Javascript timezone solution needed
Posted
by user198729
on Stack Overflow
See other posts from Stack Overflow
or by user198729
Published on 2010-05-29T14:27:30Z
Indexed on
2010/05/29
14:32 UTC
Read the original article
Hit count: 196
JavaScript
|datetime
I have unix timestamps from time zone X which is not known,
the current timestamp(now()
) in TZ X is known 1275143019
,
how to approach a javascript function so that it can generate the datetime in the users current TZ in the format 2010-05-29 15:32:35
?
© Stack Overflow or respective owner