I'm making a Javascript web application that depends on user's browser time zone.
For example, whenever I check the UTC offset, I find it to be +5.5 only.
How do I test if it works in other time zones as well? I specially want to see how it works with US time zones.
I use Firefox mostly. Is there any configuration setting I can edit? I tried changing my system time zone, but it didn't work.