views:

7

answers:

1

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