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
fix: recompute DST for daily/weekly scheduled events
- Reset tp->tm_isdst to -1 before calling mktime() when computing the
next run time for NS_SCHED_DAILY and NS_SCHED_WEEKLY events.
- Ensure mktime() recalculates the correct DST offset after adjusting
tm_mday across day/week boundaries so daily/weekly jobs stay
anchored to local wall-clock time through DST transitions.
Many thanks to Brendan Graves for the report and fix!
0 commit comments