List of all timezones
npm install timezones-listlabel a string label which contains the UTC with the tz code of a timezone
tzCode contains the tz codes
name contains the descriptive name of the timezone with UTC offset
utc contains only the UTC of a timezone
bash
npm install timezones-list --save
or
yarn add timezones-list
`
Example
`javascript
import timezones from 'timezones-list';
// or
var timezones = require('timezones-list');
``