-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Daylight savings time issue #89
Comments
Just to add my feedback here - IMO it's not just daylight saving time - but a wrong stored value/calculation:
Yet that epoch time is wrong - from epochconverter GMT: Sunday, November 10, 2024 9:00:00 AM This is quite a serious bug for a time-based Reminder service :( EDIT |
It converts the time to UTC, so that's the epoch time you see. Check that the timezone is set correctly for the container and that in the user settings, the locale is set correctly. |
I have tried setting the container to Europe/Vienna, and the locale to DE-AT. It still does not work... Any further ideas? Thanks |
Well, it happened again! We changed our clock to 1 hour ahead yesterday. All my repeated reminders also changed 1 hour ahead. That means I got notifications 1 hour after what was originally set. For example, a reminder set for 9:00 PM prior to changing the clock is now showing up as 10:00 PM reminder. Is there a fix for this other than manually updating the time on all repeated reminders? Thanks |
Last week we changed our clocks to 1 hour back and all my reminders lost an hour too. For example, 2:00 PM repeated daily reminder changed to 1:00PM and it was sending me reminders at 1:00PM which is an hour early.
I am using the TZ=America/Los_Angeles environment variable with the docker container. The server I run this container on had the correct time. To fix this issue, I had to manually update all my repeated reminders to +1 hour. Not sure where the issue is, but I guess you can't test this until the next time change occurs?
The text was updated successfully, but these errors were encountered: