-
Notifications
You must be signed in to change notification settings - Fork 80
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
The date field is saving the incorrect date #3451
Comments
Well, it's not really a "completely different one", it's the day before. This could be due to the timezone configuration on the client's machine. Can you please confirm that the client has the correct date and time and, most importantly, timezone configured in his computer? Thanks. |
@RafaPolit yes you're correct, it seems the date that the system is saving is just the day before. As suggested the partner has checked their timezone and has reported back that it is correctly set. Attaching further screenshots (from their public instance) sent by the partner with the comment that this issue is not happening on only one or two entities but on many entities as the date is entered. |
Our date-picker calculates the timestamp by adding a UTC offset using This is true for any timezone that changed at some point, but not on all cases we see this in the UI because the day does not change necessarily. this is fixed in this PR #3698, but the timestamps already in the DB which are from this specific dates will be wrong. |
Partner has reported that when they save dates, the calendar selects their chosen date but the saved date that appears is a completely different one.
The text was updated successfully, but these errors were encountered: