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
Fixed bug GH-21616: DateTime::modify() wrong across DST boundary
do_adjust_relative() adds h/i/s to wall-clock fields before converting
to a Unix timestamp. Near a spring-forward gap that produces a
nonexistent time, which resolves to the wrong offset.
Fix: zero out relative h/i/s/us before timelib_update_ts(), apply them
to sse directly. Same technique as timelib_add_wall(). y/m/d, weekday
relatives, and first_last_day_of still go through timelib_update_ts.
Also fixesGH-15880.
0 commit comments