[jdk8u] RFR: 8347965: (tz) Update Timezone Data to 2025a

Andrew John Hughes andrew at openjdk.org
Fri Mar 14 08:18:01 UTC 2025


On Thu, 6 Mar 2025 18:10:11 GMT, Dmitry Cherepanov <dcherepanov at openjdk.org> wrote:

> Backport of tzdata2025a
> 
> - generated rearguard version using the steps `cd tzdb-2025a && make rearguard_tarballs` and applied the rearguard version to make/jdk & jdk/test
> - test changes from 11u patch applied cleanly
> 
> Testing: all relevant tests passed (jdk/test/java/time jdk/test/java/text/Format jdk/test/java/util/TimeZone jdk/test/sun/util/calendar jdk/test/sun/util/resources)

Backport looks good against the 11u one and the files altered by both match the versions I generated from the tzdata bundle.

I did see a missed change in `zone.tab` but this is true of the original change in trunk, so I'll handle this under a separate bug. It may be that this file is unused and we don't need a copy of it at all.

~~~
--- tzdb-2024b/tzdata2024b-rearguard.tar.gz.dir/zone.tab	2024-07-03 12:17:49.000000000 +0100
+++ tzdb-2025a/tzdata2025a-rearguard.tar.gz.dir/zone.tab	2024-11-25 21:06:28.000000000 +0000
@@ -310,7 +310,7 @@
 PF	-2308-13457	Pacific/Gambier	Gambier Islands
 PG	-0930+14710	Pacific/Port_Moresby	most of Papua New Guinea
 PG	-0613+15534	Pacific/Bougainville	Bougainville
-PH	+1435+12100	Asia/Manila
+PH	+143512+1205804	Asia/Manila
 PK	+2452+06703	Asia/Karachi
 PL	+5215+02100	Europe/Warsaw
 PM	+4703-05620	America/Miquelon
~~~

Please apply for approval with [`/approval request`](https://wiki.openjdk.org/display/SKARA/Pull+Request+Commands#PullRequestCommands-/approval)

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

Marked as reviewed by andrew (Reviewer).

PR Review: https://git.openjdk.org/jdk8u/pull/70#pullrequestreview-2684679798


More information about the jdk8u-dev mailing list