Data pack containing a list of all timezones.
Run the following to install the data pack:
npm install --save @valkyriestudios/data-timezones
The data pack contains the following files:
File | Description | Included fields |
---|---|---|
raw.json | Full timezone data pack | name,aliases |
The following is a description of the fields included in the data pack:
Field | Description | Example |
---|---|---|
name | The name of the timezone (this is either an alias or the zone id) | 'Europe/Brussels' |
aliases | Array of Alias zones for the zone | ['Europe/Amsterdam', 'Europe/Luxembourg'] |
Package | Description |
---|---|
@valkyriestudios/data-colors | Data pack containing a list of all named HTML colors |
@valkyriestudios/data-continents | Data pack containing a list of all continents |
@valkyriestudios/data-countries | Data pack containing a list of all countries |