stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > Scalars > UtcOffset

AdminTypes.Scalars.UtcOffset property

Time between UTC time and a location’s observed time, in the format "+HH:MM" or "-HH:MM".

Example value: "-07:00".

Signature:

UtcOffset: {
        input: string;
        output: string;
    };