captbaritone / captbaritone/datejs
RFC 3339 Format parsing does not work
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
RFC 3339 Format parsing doesn't work
What steps will reproduce the problem?
1. Use the latest version of the code
2. Execute
Date.parse('1985-04-12T23:20:50Z') // RFC 3339 Formats
Exactly as shown in the examples.
What is the expected output? What do you see instead?
I see null. Expected output is Fri Apr 12 1985 23:20:50 GMT-0500 (EST)
What version of the product are you using? On what operating system?
Chrome 17, Mac OS X 10.7.3
Please provide any additional information below.
```
Original issue reported on code.google.com by `ibm...@gmail.com` on 27 Mar 2012 at 2:22
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.