@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
| Property | Type | Description | Defined in |
|---|---|---|---|
gmt? | boolean | Display 'gmt' in time zones | src/timezone.ts:12 |
z? | boolean | Display 'z' for the gmt time zone | src/timezone.ts:14 |