[jdk8u] RFR: 8339637: (tz) Update Timezone Data to 2024b

Sergey Bylokhov serb at openjdk.org
Wed Mar 5 05:24:59 UTC 2025


On Tue, 4 Mar 2025 19:50:50 GMT, Dmitry Cherepanov <dcherepanov at openjdk.org> wrote:

> The same as https://github.com/openjdk/jdk8u-dev/pull/631 which is now moved to openjdk/jdk8u

jdk/test/java/util/TimeZone/TimeZoneData/aliases.txt line 56:

> 54: Link	America/Mexico_City	Mexico/General
> 55: Link	Pacific/Auckland	NZ
> 56: Link	Asia/Ulaanbaatar	Asia/Choibalsan

I have found one suspicious change. For the current release there are a few modifications were reverted after the 'make rearguard_tarballs' except for the line above. However, I believe the following change should not be reverted:
>  -- Link Asia/Urumqi Antarctica/Vostok

It was part of 2023d, see change in the [tzdata/backward
](https://github.com/openjdk/jdk8u/commit/15e2c0b58c74e723d7686abc6ec244351508aaf6#diff-b903e3514a1322a34f2e2bac40a50dd97bedb9fa7e38ba2d91ff79ae245aefcbL231)

For example aliases.txt in [jdk21u-dev](https://github.com/openjdk/jdk21u-dev/commit/d5b8c283ba6d58eb4c3af9709c7c3ad60dc11366#diff-489ad8ece4848331545099e194ea7c84998bdad0888877ba5b55a926cebdfa23L151) was updated properly.

-------------

PR Review Comment: https://git.openjdk.org/jdk8u/pull/69#discussion_r1980716395


More information about the jdk8u-dev mailing list