]> git.eshelyaron.com Git - emacs.git/commit
Fix DST time calculations on MS-Windows
authorEli Zaretskii <eliz@gnu.org>
Mon, 26 May 2025 16:53:21 +0000 (19:53 +0300)
committerEshel Yaron <me@eshelyaron.com>
Tue, 27 May 2025 14:34:49 +0000 (16:34 +0200)
commit93b27d32cda0f62b5e39709f2bbedb32b1cd49ec
tree4dbc6bad391ace25ca0220d0cb086b74cced216e
parent2e3e51e0370aa3d8ea36c46c3a2443445389c946
Fix DST time calculations on MS-Windows

* src/w32.c (w32_fix_tzset): New function.
* src/timefns.c (emacs_localtime_rz, tzlookup):
* src/w32.c (sys_localtime): Call 'w32_fix_tzset'.
(Bug#11281)

(cherry picked from commit 3b5226af3f737c82f9bbedd8fbe067bab4b4b67a)
src/timefns.c
src/w32.c
src/w32.h