@isvend/timezones-list
v1.0.1
Published
List of all timezones
Downloads
1,961
Readme
timezones-list
This package contains an array of timezones based on conventional options.
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 timezoneutcOffsetcontains thetimezone Offset
Install
npm install @isvend/timezones-list --save
# or
yarn add @isvend/timezones-listExample
import timezones from "@isvend/timezones-list";
// or
var timezones = require("@isvend/timezones-list");