tzts

tztsReadme | API


tzts / tzPicklist

Variable: tzPicklist

const readonly tzPicklist: TimezonePicklist[]

Picklist of timezones.

Description

The type of the timezone picklist.

Version

0.0.1

Example

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 }`

Source

timezone/index.ts:1422