Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Date constructor doesn't handle parameters properly #729

Open
johnnyman727 opened this issue May 29, 2015 · 0 comments
Open

Date constructor doesn't handle parameters properly #729

johnnyman727 opened this issue May 29, 2015 · 0 comments

Comments

@johnnyman727
Copy link
Contributor

Originally reported on the Forums.

Test Code:

console.log(new Date("Jan 01 1900 GMT"));

Expected Result:

Mon Jan 01 1900 01:00:00 GMT+0100 (CET)

Actual Result:

 Fri Dec 13 1901 20:45:52 GMT+0000 (GMT)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant