WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
UNCONFIRMED
117260
Parsing ISO8061 dates fails if time offsets has no colon in it
https://bugs.webkit.org/show_bug.cgi?id=117260
Summary
Parsing ISO8061 dates fails if time offsets has no colon in it
gotofritz
Reported
2013-06-05 09:50:12 PDT
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug