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.set() is inconsistent with client side DateJS #7

Open
bogdanbiv opened this issue Nov 22, 2011 · 0 comments
Open

Date.set() is inconsistent with client side DateJS #7

bogdanbiv opened this issue Nov 22, 2011 · 0 comments

Comments

@bogdanbiv
Copy link

First: Date.today() returns "Mon, 21 Nov 2011 22:00:00 GMT", on the client side it returns "Tue Nov 22 2011 00:00:00 GMT+0200 (EET)". The 1 day difference might come from the first issue and the funny hours need a deeper look.

Second:
Date.today().set({day: 1, month: 0, year:2011}) returns a day earlier: Fri, 31 Dec 2010 22:00:00 GMT, same 1 day difference as above

More examples of the same 1 day difference problem:
Date.today().set({day: 1, month: 10, year:2011}) is 31st of October 2011
Date.today().set({day: 1, month: 11, year:2011}) is 30th of November 2011
Date.today().set({day: 2, month: 11, year:2011}) is 2nd of December 2011

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