-
Notifications
You must be signed in to change notification settings - Fork 178
Closed
Milestone
Description
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?