Using JavaScript, I need a way to get the local time of a client.
I do have the timezone of the client formatted like this: Eastern Standard Time Mountain Standard Time Pacific Standard Time
- Is there a way to get the UTC offset knowing the timezone as formatted above?
- Or how can I get the current local time in "Pacific Standard Time"?