How can I get the timezone name in JavaScript?

I know how to get the timezone offset, but what I need is the ability to detect something like “America/New York.” Is that even possible from JavaScript or is that something I am going to have to guestimate based on the offset?

9 Answers
9

Leave a Comment