[Webkit-unassigned] [Bug 82435] [Qt] ecma_3/Date/15.9.5.6.js fails between 00:00-01:00 (PDT)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 22 03:17:43 PDT 2012


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





--- Comment #3 from Csaba Osztrogonac <ossy at webkit.org>  2012-06-22 03:17:43 PST ---
I got it, the bug is related to daylight saving:

> new Date("Mon Mar 12 2012 00:59:59 GMT-0700 (PDT)").toLocaleDateString()
March 11, 2012
> new Date("Sun Mar 11 2012 00:59:59 GMT-0800 (PST)").toLocaleDateString()
March 11, 2012

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