jdk17u-dev icon indicating copy to clipboard operation
jdk17u-dev copied to clipboard

8352716: (tz) Update Timezone Data to 2025b

Open satyenme opened this issue 7 months ago • 7 comments
trafficstars

Backport of tzdata2025b. Nearly clean, but contains zone.tab file, which was removed by JDK-8166983.

Reverted change to test/jdk/java/util/TimeZone/TimeZoneData/aliases.txt and .../displaynames.txt when running make in test/jdk/java/util/TimeZone/tools/share to avoid the java/util/TimeZone/Bug6329116.java test failing, just as was done previously for 2024b.

Passed tier1 tests and make run-test TEST="jdk/java/util/TimeZone jdk/java/time/test jdk/sun/util/resources jdk/sun/text/resources jdk/sun/util/calendar" locally, GHA sanity tests.


Progress

  • [x] Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • [x] Change must not contain extraneous whitespace
  • [x] Commit message must refer to an issue
  • [ ] JDK-8352716 needs maintainer approval

Issue

  • JDK-8352716: (tz) Update Timezone Data to 2025b (Enhancement - P3 - Requested)

Reviewers

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u-dev.git pull/3415/head:pull/3415
$ git checkout pull/3415

Update a local copy of the PR:
$ git checkout pull/3415
$ git pull https://git.openjdk.org/jdk17u-dev.git pull/3415/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 3415

View PR using the GUI difftool:
$ git pr show -t 3415

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk17u-dev/pull/3415.diff

Using Webrev

Link to Webrev Comment

satyenme avatar Mar 31 '25 22:03 satyenme