(Part of) the IANA time zone database as a JSON file
npm install tzdata-factoryThis is (a portion of) the IANA TZ database, represented as JSON. Use this module in combination with timezonecomplete.
It is part of a set of similar modules:
* tzdata
* tzdata-africa
* tzdata-antarctica
* tzdata-asia
* tzdata-australasia
* tzdata-backward
* tzdata-etcetera
* tzdata-europe
* tzdata-factory
* tzdata-northamerica
* tzdata-southamerica
* tzdata-backward-utc
This module contains all zones of IANA TZ database file 'factory'.
2025c
In Node.JS, to get at the JSON data, simply do:
``javascript`
var jsonData = require('tzdata-factory');
In a browser, use the bundled UMD module provided in tzdata-factory.js.
```
MIT
Factory