Open GoogleCodeExporter opened 9 years ago
I fixed this in my code by changing how date variables get set:
line 48 of UTCTime.as:
date = new Date(Date.UTC(year, month-1, day, hour, minute));
As far as I can tell, the time strings that get sent in are in UTC (the 'Z'
character
at the end indicates UTC). Perhaps this is how the date parsing should be done
always.
Original comment by SilentCh...@gmail.com
on 1 Sep 2009 at 9:55
Attachments:
Original issue reported on code.google.com by
yra...@gmail.com
on 26 Apr 2009 at 10:08