timezone-country-region
v0.1.1
Published
lookup timezone by country, region.
Downloads
1,058
Readme
timezone-country-region
lookup timezone by country, region.
Usage
var tz = require('timezone-country-region');
var timezone = tz.lookup('KR', '11');
console.log(timezone);
// Asia/Seoul
Reference
- Timezones: http://www.maxmind.com/timezone.txt
- Region codes http://www.maxmind.com/app/iso3166_2
LICENSE
timezone-country-region is licensed under the MIT license.