JDK-8343545 : Release Note: Support for Time Zone Database 2024b
  • Type: Sub-task
  • Component: core-libs
  • Sub-Component: java.time
  • Affected Version:
    8u441,11.0.26-oracle,17.0.14-oracle,21.0.6-oracle,23.0.2 8u441,11.0.26-oracle,17.0.14-oracle,21.0.6-oracle,23.0.2
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2024-11-04
  • Updated: 2024-11-12
Description
IANA Time Zone Database has been upgraded to 2024b in the JDK. This version mainly includes changes to improve historical data for Mexico, Mongolia, and Portugal. It also changes one timestamp abbreviation, for the time zone 'MET'. Also Asia/Choibalsan is now an alias for Asia/Ulaanbaatar.

The new tzdata changes also impact some legacy time zone IDs. As per 2024b changes "EST"  links to "America/Panama", "HST" links to "Pacific/Honolulu" and "MST" links to "America/Phoenix". To preserve Java SE specification, the `java.time.ZoneId.SHORT_IDS` Map has not changed in JDK. Further details are available at https://bugs.openjdk.org/browse/JDK-8342331