[Webkit-unassigned] [Bug 80262] Date.toLocaleString not taking time zone into account

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 5 05:44:57 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=80262





--- Comment #1 from Andy Wingo <wingo at igalia.com>  2012-03-05 05:44:57 PST ---
It's worse than I thought at first:

> var TIME_1900 = -2208988800000;
undefined
> new Date(TIME_1900).toTimeString()
01:00:00 GMT+0100 (CET)
> new Date(TIME_1900).toLocaleTimeString()
11:45:16 PM GMT-00:14:44

I think we should probably just revert the patch entirely.  I tried to add Eli Findler onto the Cc, but bugzilla isn't having it.

Darin, WDYT?

-- 
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