-
-
Notifications
You must be signed in to change notification settings - Fork 771
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ICU-13845 Windows timezone detection: When DST is off, map to an Etc/…
…GMT+-hh zone. The Windows 'Date and Time' Control Panel has a setting for "Automatically adjust clock for DST". When this setting is manually unchecked, the DST setting is considered OFF, and the clock does not adjust for DST. This change detects when the setting is OFF and uses the non-DST offset to map to an Etc/GMT+-hh zone. - Also refactor uprv_detectWindowsTimeZone Co-authored-by: Jungshik Shin <jshin@chromium.org>
- Loading branch information
Showing
1 changed file
with
83 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters