[Webkit-unassigned] [Bug 82435] REGRESSION(r105939): Date.toLocaleString()'s ICU implementation is incorrect between 00:00-01:00 (PDT)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 22 04:19:06 PDT 2012


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


Csaba Osztrogonac <ossy at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[Qt]                        |REGRESSION(r105939):
                   |ecma_3/Date/15.9.5.6.js     |Date.toLocaleString()'s ICU
                   |fails between 00:00-01:00   |implementation is incorrect
                   |(PDT)                       |between 00:00-01:00 (PDT)




--- Comment #4 from Csaba Osztrogonac <ossy at webkit.org>  2012-06-22 04:19:05 PST ---
It isn't Qt specific bug, it is a general bug. 

http://trac.webkit.org/changeset/105939/trunk/Source/JavaScriptCore/runtime/DatePrototype.cpp made Date.toLocaleString() using ICU. This new ICU case doesn't work in PDT, but works in PST. The non-ICU case works fine in PDT and PST too, so it is a regression related to daylight saving.

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