tzone
v0.0.2
Published
simple time zone detection
Downloads
809
Readme
tzone
About
Takes in a 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
npm install tzone
Todos
- create a robust collection of indexable time zone data
- add example
- cleanup code