Open GoogleCodeExporter opened 9 years ago
This is actually the expected/desired behavior.
In the vast majority of the cases, the user wants the datetime to look the same
regardless in which timezone the viewer is. This can be done only with this
constructor of Date in JS. Using the milliseconds constructor of Date in JS
results in
the local time which corresponds to the milliseconds for GMT. This is somehow
more
accurate as all viewers will get the exact same time however it will displayed
differently.
Original comment by met...@gmail.com
on 8 Sep 2009 at 11:18
This may depend on case by case basis. However, theres a timeZone option in the
DateFormatter that can be used to make sure a particular TZ is used in the viz.
I
haven't tried it, but I expect it won't work with the current behavior.
Original comment by s.podkow...@gmail.com
on 8 Sep 2009 at 5:22
Can anyone provide an update on this issue?
Original issue reported on code.google.com by
s.podkow...@gmail.com
on 5 Sep 2009 at 1:33