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

Possible problems with time triggers and daylight saving time transition #649

Open
Triple-S opened this issue Oct 27, 2024 · 0 comments
Open

Comments

@Triple-S
Copy link

Hello,
I have a script which is supposed to run every 5 seconds which I achieve with the time trigger @time_trigger("period(now, 5s)").
Today night was the transition from stupid daylight saving time to regular time so the hour from 2 to 3 am was repeated. Today morning I noticed that between the second 2 am and the second 3 am my Script did not run. Afterwards it continued to run perfectly fine. Since my script is written such than an error message is logged whenever something fails and there were no error messages in the log I conclude that there was probably a problem with the trigger.
Could somebody who knows how it works please look into this?
Thank you and best regards

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