captbaritone / captbaritone/datejs
Incorrect ISO 8601 with Timezone offset Date Parsing.
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('1997-07-16T19:20:30+00:00').toISOString() !=
"1997-07-16T10:20:30Z"
2. '+00:00' is not recognized as UTC but as timezone of current machine.
What version of the product are you using? On what operating system?
- svn version
```
Original issue reported on code.google.com by `happy...@gmail.com` on 23 Jan 2009 at 4:04
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.