-
54343a59
by Paul Gofman at 2026-03-06T18:31:29+01:00
ntdll: Get current timezone bias from user shared data.
-
9c027fac
by Paul Gofman at 2026-03-06T18:31:29+01:00
server: FIx timezone bias for timezones defined with inverse DST on Unix.
-
bfae6eb8
by Paul Gofman at 2026-03-06T18:31:29+01:00
ntdll: Fix get_timezone_info() for timezones defined with inverse DST on Unix.
-
2260b027
by Paul Gofman at 2026-03-06T18:31:29+01:00
ntdll: Factor out read_reg_tz_info().
-
25b5e7dc
by Paul Gofman at 2026-03-06T18:31:29+01:00
ntdll: Try to determine system time zone to Windows zone by name.
-
cdc6ef7f
by Paul Gofman at 2026-03-06T18:31:30+01:00
ntdll: Drop additional TZ matching with match_tz_name().
Fixes matching timezones Asia/Dili, Asia/Jayapura, Etc/GMT-9, Pacific/Palau.
-
7d7df9e8
by Paul Gofman at 2026-03-06T18:31:32+01:00
ntdll: Better search for DST change in find_dst_change().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50532
-
a2f68df7
by Paul Gofman at 2026-03-06T18:31:32+01:00
ntdll: Accept 30min shift in match_tz_date().
Fixes Australia/Lord_Howe timezone match.