[jdk8u] RFR: 8297804: (tz) Update Timezone Data to 2022g

Andrew John Hughes andrew at openjdk.org
Wed Dec 21 04:23:39 UTC 2022


This is a mostly clean backport of the latest tzdata update.

This pull request contains a backport of commit [ce896731](https://github.com/openjdk/jdk/commit/ce896731d38866c2bf99cd49525062e150d94160) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository.

The commit being backported was authored by Andrew John Hughes on 7 Dec 2022 and was reviewed by Naoto Sato.

Changes from the {11,13,15,17,19}u and 20 versions:
* `timezone.xml` does not exist in 8u so the addition there is omitted
* In `metaZones.xml`, `America_Mountain` is used instead of `Mexico_Pacific`. This is consistent with [PR27](https://github.com/openjdk/jdk8u/pull/27) on top of which this PR is based (`America/Ciudad_Juarez` splits from `America/Ojinaga`). 8u does not contain definitions for `Mexico_Pacific`.
* The tzdata updates are duplicated in `jdk/test/sun/util/calendar/zi/tzdata`, as currently required for 8u testing.

Tests in `java/util/TimeZone`, `java/time/test`, `sun/util/calendar`, `sun/util/resources` and `sun/text/resources` all pass.

Thanks!

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

Depends on: https://git.openjdk.org/jdk8u/pull/27

Commit messages:
 - Backport ce896731d38866c2bf99cd49525062e150d94160

Changes: https://git.openjdk.org/jdk8u/pull/28/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk8u&pr=28&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8297804
  Stats: 442 lines in 34 files changed: 255 ins; 112 del; 75 mod
  Patch: https://git.openjdk.org/jdk8u/pull/28.diff
  Fetch: git fetch https://git.openjdk.org/jdk8u pull/28/head:pull/28

PR: https://git.openjdk.org/jdk8u/pull/28


More information about the jdk8u-dev mailing list