timezone-data
IANA Time zone data
timezones-list
This package contains a list of time zones from release 2022b of the tz database. Data extracted from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
The fields in the array are as follows:
tz
contains the tz
codesoffsetSTD
contains the offset from UTC for Standard TimeoffsetDST
contains the offset from UTC for Daylight Saving TimetzNameSTD
contains the time zone name for Standard TimetzNameDST
constains the time zone name for Daylight Saving TimelinkTo
constains the time zone code in case that the tz
is deprecated
Install
npm install tzlist --save
yarn add tzlist
Example
import tz from 'tzlist';
const tz = require('tzlist');