-
Notifications
You must be signed in to change notification settings - Fork 177
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
Comparing dates #85
Comments
Do you store these dates as strings? Would it be possible to change the type to |
It's strange because I have field of type |
Interesting, I would have sworn that |
For the record, the implementation of |
Yes, comparing timestamp may be also a good workaround. |
Hi, It seems you fixed it, thanks! Any idea when this could be included in a release? |
I can put a new release on my to-do list for this week. 😃 |
That would be greatly appreciated :) |
@fenrhil Release 0.92 is out! Enjoy :) |
Great :) Thank you. |
Comparing two dates differ always reports change only because one of them has different format.
For instance saving object with date field "2014-02-01 00:00:00.0" receives me message that it has been changed to "Sat Feb 01 00:00:00 CET 2014" (so the same value but other format).
Is it possible to ignore the format comparing dates?
The text was updated successfully, but these errors were encountered: