mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8339637: (tz) Update Timezone Data to 2024b
Reviewed-by: naoto, coffeys, jlu
This commit is contained in:
parent
e7cf25ce0e
commit
ebc17c7c8d
23 changed files with 1258 additions and 963 deletions
|
@ -281,12 +281,11 @@ public final class ZoneInfoFile {
|
|||
if (USE_OLDMAPPING) {
|
||||
aliases.put("EST", "America/New_York");
|
||||
aliases.put("MST", "America/Denver");
|
||||
aliases.put("HST", "Pacific/Honolulu");
|
||||
} else {
|
||||
zones.put("EST", new ZoneInfo("EST", -18000000));
|
||||
zones.put("MST", new ZoneInfo("MST", -25200000));
|
||||
zones.put("HST", new ZoneInfo("HST", -36000000));
|
||||
aliases.put("EST", "America/Panama");
|
||||
aliases.put("MST", "America/Phoenix");
|
||||
}
|
||||
aliases.put("HST", "Pacific/Honolulu");
|
||||
}
|
||||
|
||||
public static boolean useOldMapping() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue