I have timezone stored with me in a var like: timezone = "America/Los_Angeles". So by providing this timezone, can I get the LA's current time in Javascript?
A:
Here's an article that illustrates how this could be done assuming you know the timezone offset.
Darin Dimitrov
2010-08-16 10:26:10