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 somethi
Retrieve timezone by name (i.e. "America/New York")
moment.tz.guess();