Closed
Bug 485639
Opened 16 years ago
Closed 1 year ago
Date.parse is too sensitive to spaces (AM/PM marker)
Categories
(Core :: JavaScript: Standard Library, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 449921
People
(Reporter: WeirdAl, Assigned: vinny.diehl)
References
(Blocks 1 open bug, )
Details
(Keywords: testcase)
From a xpcshell test session:
js> Date.parse("Wed Mar 25, 2009 1:56:03 PM PDT")
1238014563000
js> Date.parse("Wed Mar 25, 2009 1:56:03PM PDT")
NaN
Updated•11 years ago
|
Assignee: general → nobody
Updated•9 years ago
|
Component: JavaScript Engine → JavaScript: Standard Library
Updated•2 years ago
|
Severity: normal → S3
Assignee | ||
Comment 1•1 years ago
|
||
My patch for Bug 449921 will fix this.
Assignee: nobody → vinny.diehl
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•1 year ago
|
||
Closing this as the aforementioned patch is about to land.
You need to log in
before you can comment on or make changes to this bug.
Description
•