[Webkit-unassigned] [Bug 137003] Time zone bug
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Oct 5 15:21:06 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137003
damien at rebase.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |damien at rebase.com.au
--- Comment #4 from damien at rebase.com.au 2014-10-05 15:21:02 PST ---
It is probably worth mentioning that this break has some significant implications, as you can actually end up with the wrong date:
> new Date("October 5, 2014")
< Sat Oct 04 2014 23:00:00 GMT+1000 (AEST)
> new Date("2014/10/05")
< Sat Oct 04 2014 23:00:00 GMT+1000 (AEST)
> new Date("2014-10-05")
< Sun Oct 05 2014 11:00:00 GMT+1100 (AEDT)
It looks like the 'usual' ways to a javascript date for Sunday, October 5 in AEDT/AEST in Safari give the wrong result. (NZST as well?)
I booked movie tickets for the wrong day!
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list