Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 678 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 678 Bytes

timezone-country-region

version download

lookup timezone by country, region.

Usage

var tz = require('timezone-country-region');

var timezone = tz.lookup('KR', '11');
console.log(timezone);
// Asia/Seoul

Reference

LICENSE

timezone-country-region is licensed under the MIT license.