Home > @infiniteobjects/shopify-data-manager > AdminTypes > Scalars > UtcOffset
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;
};