timezones-list-custom
v3.1.1
Published
Custom list of all timezones
Readme
timezones-list-custom
This package is a custom version of the timezones-list package.
It does not follow any complete data set, but it contains almost all basic timezones. And all names are according to the tz format: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
The fields in the array are as follows:
labela string label which contains the UTC with thetzcode of a timezonetzCodecontains thetzcodesnamecontains the descriptive name of the timezone with UTC offsetutccontains only the UTC of a timezone
Install
npm install timezones-list-custom --save
# or
yarn add timezones-list-customExample
import timezones from 'timezones-list-custom';
// or
var timezones = require('timezones-list-custom');