[Webkit-unassigned] [Bug 119136] new Date(dateString) not supported in JSC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 4 07:50:14 PST 2013


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


Csaba Osztrogonac <ossy at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |barraclough at apple.com,
                   |                            |oliver at apple.com,
                   |                            |ossy at webkit.org




--- Comment #2 from Csaba Osztrogonac <ossy at webkit.org>  2013-11-04 07:49:00 PST ---
"yyyy-mm-dd hh:mm:ss" isn't a valid date, you have to add a "T" character
between the date and the time. See EcmaScript 5.1 standard - 15.9.1.15 .

Gavin made the parser ECMA conform in http://trac.webkit.org/changeset/104251

I think making JSC accept a non standard date format can't be a goal of the
project, so I propose closing it with resolved/invalid.

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