[jdk24u] RFR: 8352716: (tz) Update Timezone Data to 2025b
Andrew John Hughes
andrew at openjdk.org
Thu Mar 27 20:19:59 UTC 2025
Update to tzdata to bring in the latest version, 2025b. The [25u patch](https://git.openjdk.org/jdk/commit/1d205f5f0704f251eb68165f3caf1e70d542ae63) applies as is, but needs to be supplemented with the change to `zone.tab` from 2025b. `zone.tab` was removed from 25 in [JDK-8166983](https://bugs.openjdk.org/browse/JDK-8166983) but still needs to be updated in 24u unless https://github.com/openjdk/jdk24u/pull/150 is integrated.
Tests pass:
~~~
==============================
Test summary
==============================
TEST TOTAL PASS FAIL ERROR
jtreg:test/jdk/java/text/Format 130 130 0 0
jtreg:test/jdk/java/util/TimeZone 22 22 0 0
jtreg:test/jdk/sun/util/calendar 5 5 0 0
jtreg:test/jdk/sun/util/resources 22 22 0 0
jtreg:test/jdk/java/time 187 187 0 0
==============================
TEST SUCCESS
~~~
-------------
Commit messages:
- Backport 1d205f5f0704f251eb68165f3caf1e70d542ae63
Changes: https://git.openjdk.org/jdk24u/pull/161/files
Webrev: https://webrevs.openjdk.org/?repo=jdk24u&pr=161&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8352716
Stats: 98 lines in 6 files changed: 78 ins; 4 del; 16 mod
Patch: https://git.openjdk.org/jdk24u/pull/161.diff
Fetch: git fetch https://git.openjdk.org/jdk24u.git pull/161/head:pull/161
PR: https://git.openjdk.org/jdk24u/pull/161
More information about the jdk-updates-dev
mailing list