timezone-country-region
Version:
lookup timezone by country, region.
25 lines (15 loc) • 678 B
Markdown
[ ](https://www.npmjs.com/package/timezone-country-region)
lookup timezone by country, region.
```javascript
var tz = require('timezone-country-region');
var timezone = tz.lookup('KR', '11');
console.log(timezone);
// Asia/Seoul
```
* Timezones: [http://www.maxmind.com/timezone.txt](http://www.maxmind.com/timezone.txt)
* Region codes [http://www.maxmind.com/app/iso3166_2](http://www.maxmind.com/app/iso3166_2)
timezone-country-region is licensed under the MIT license.