bigeasy / timezone

Full-blown timezone aware date math and formatting for JavaScript in 2.7k.
http://bigeasy.github.io/timezone
MIT License
255 stars 26 forks source link

Internet or not ? For IANA database. #322

Closed marcraft2 closed 2 years ago

marcraft2 commented 4 years ago

Hello, I would like to know if this library needs the Internet connection to work? Or if the IANA base is local?

I am not finding any information in the readme Thank you for your reply.

marcraft2 commented 4 years ago

And if it is local, in 2050 it still works without update? And if it is online, is there any way you can pass requests through an HTTP proxy?

Thank you to guide me I must manage log between different time zone, and this machine is not connected to the internet for security reasons.

bigeasy commented 4 years ago

Database is local. You could load it as needed if you'd like from the browser, but for Node.js the database installs as part installing timezone.

marcraft2 commented 4 years ago

Thank you very much for your response!