/tzone

simple time zone detection

Primary LanguageJavaScriptMIT LicenseMIT

tzone

Takes in an optional UTC date object and figures out what time zone it's in, the best it can given the nature of js and time zone accuracy.

Install

With npm:

npm install tzone

Example

var tzone = require('tzone');
tzone.getLocation();

Returns:

US/Central

License

MIT

Todos

  • tests