tzts / Timezone
The type of the timezone.
0.0.1
abbr:
string
The abbreviation of the timezone. e.g. DST
0.0.1
types/index.ts:19
isdst:
boolean
Whether the timezone is DST or not.
0.0.1
types/index.ts:31
offset:
number
The offset of the timezone. e.g. 10
0.0.1
types/index.ts:25
text:
string
The text of the timezone.
0.0.1
types/index.ts:37
utc:
string
[]
The UTC time of the timezone.
0.0.1
types/index.ts:43
value:
string
The name of the timezone. e.g. Dateline Standard Time
0.0.1
types/index.ts:13