You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got a weird behavior with the end of DST (Daily Saving Time) when croniter computes next occurrences.
With timezone Europe/Paris, at 2022-10-30T03:00:00+02:00, it will be 2022-10-30T02:00:00+01:00.
In this example, I simulate a date before the DST (midnight)
Hello,
I got a weird behavior with the end of DST (Daily Saving Time) when
croniter
computes next occurrences.With timezone Europe/Paris, at 2022-10-30T03:00:00+02:00, it will be 2022-10-30T02:00:00+01:00.
In this example, I simulate a date before the DST (midnight)
It seems the behavior come from this PR taichino/croniter#92
I think there is a bug, what is the expected result for this example ?
The text was updated successfully, but these errors were encountered: