Skip to content

@technobuddha > library > Time > Time Zone

Type Alias: TimezoneOptions

ts
type TimezoneOptions = {
  gmt?: boolean;
  z?: boolean;
};

Defined in: timezone.ts:10

Options for the timezone function

Properties

PropertyTypeDescriptionDefined in
gmt?booleanDisplay 'gmt' in time zonessrc/timezone.ts:12
z?booleanDisplay 'z' for the gmt time zonesrc/timezone.ts:14