tzts / tzPicklist
const
readonly
tzPicklist:TimezonePicklist
[]
Picklist of timezones.
The type of the timezone picklist.
0.0.1
e.g.
`{ value: 'Dateline Standard Time', abbr: 'DST', offset: -12 }`
`{ value: 'UTC-11', abbr: 'U', offset: -11 }`
`{ value: 'Hawaiian Standard Time', abbr: 'HST', offset: -10 }`
timezone/index.ts:1422