captbaritone / captbaritone/datejs
ISO8601 format (yyyy-MM-ddTHH:mm:ss.SSSZ) not supported
Open
auto-migrated
Priority-Medium
Type-Defect
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
What steps will reproduce the problem?
1. Date.parse(new Date().toISOString());
What is the expected output? What do you see instead?
Expected: a date string.
Instead: null
What version of the product are you using? On what operating system?
1.0 Alpha-1
Please provide any additional information below.
* Firefox, Chrome and Safira return toISOString in the format
yyyy-MM-ddTHH:mm:ss.SSSZ
* IE and Opera return toISOString in the format yyyy-MM-ddTHH:mm:ssZ
```
Original issue reported on code.google.com by `Raymond....@gmail.com` on 4 Feb 2011 at 2:11
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.