19 Feb
2026
19 Feb
'26
4:39 p.m.
v2: - Fix timezone bias estimation for the period within 1 hour around DST change time. The result of mktime(tm) with tm_isdst is set to -1 on input and determined by the system (or tm_isdst after mktime) can only be realied upon when tm has local time, otherwise the DST detection may be used at the wrong time point. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10134#note_129969