ntdll: Return correct time zone names for Asia/Tokyo and Asia/Yakutsk.
commit35d93e02d1a26586f4688d36895668cdeaa04feb
authorAkihiro Sagawa <sagawa.aki@gmail.com>
Sun, 3 Dec 2017 14:26:05 +0000 (3 23:26 +0900)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 7 Dec 2017 18:15:19 +0000 (7 19:15 +0100)
treedc4e18da4bf43d0fbd49f20d518ac15cfa3a9980
parent87c3421ddbcfb97f7afb58bc1db7ead077fc0470
ntdll: Return correct time zone names for Asia/Tokyo and Asia/Yakutsk.

Without this change, for Japan, Wine returns "Korea Standard Time",
not "Tokyo Standard Time" as seen in Bug 42719.

Actually, this is a regression by d666143f880f9e19849f8f2b520dc059a11750d1.
The new code relies on offsets from UTC and DST change timings.  However,
Northeast Asia regions don't use daylight saving time.  Thus, Wine can't
distinguish between these regions.

Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/ntdll/time.c