Status: New
Owner: ----
New issue 1498 by [email protected]: Date.parse does not adhere to ES5
errata for parsing Date Time String Format (ISO 8601) date strings
http://code.google.com/p/v8/issues/detail?id=1498
Detailed description of the issue.
ES5 errata
<http://wiki.ecmascript.org/doku.php?id=es3.1:es3.1_proposal_working_draft>
ยง15.9.1.15 states that date strings with absent time zone should be parsed
as UTC, but V8 parses them as local time.
Related Mozilla bug: https://bugzilla.mozilla.org/show_bug.cgi?id=647568
GH repository with test suite for browsers (see README):
https://github.com/csnover/js-iso8601
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev