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
Expressions set on the exact hour of a daylight saving time (such as "0 10 2 * * *" in timezone Central Europe) result in a null value being return for next, when passing a time before the turnover (for instance, 01:09:00).
This issue seems to be caused by the fix for #26744.