[Webkit-unassigned] [Bug 117260] New: Parsing ISO8061 dates fails if time offsets has no colon in it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 5 09:51:38 PDT 2013


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

           Summary: Parsing ISO8061 dates fails if time offsets has no
                    colon in it
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fstelluto at pro-vision.de


Hallo.

the following string cannot be parsed as a date by JavaScriptCore: "2011-09-01T00:00:00.000+0200"
the following can: "2011-09-01T00:00:00.000+02:00"
The only difference is the colons at the end, in the timezone offset part (+02:00)

Note that both formats are  ISO8061 compliant, and are parsed correctly by all the other current major JS engines.

Thanks.

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