tz-db

0.3.1 • Public • Published

TZ-DB

A static database of timezone labels and both standard and DST offset values for each; as scraped from wikipedia.

var tz = require('tz-db');
 
tz.zones[407];
//=> Europe/London
 
tz.tz['Europe/London'];
//=> { std: '+00:00', dst: '+01:00' }
 
tz.tz['America/New_York'];
//=> { std: '-05:00', dst: '-04:00' }

Recompiling is easy:

cd tz-db
node src/compile.js

Package Sidebar

Install

npm i tz-db

Weekly Downloads

7

Version

0.3.1

License

MIT

Last publish

Collaborators

  • atuttle