[jdk8u] RFR: 8297804: (tz) Update Timezone Data to 2022g
Andrew John Hughes
andrew at openjdk.org
Wed Dec 21 04:27:56 UTC 2022
On Tue, 20 Dec 2022 12:19:11 GMT, Dmitry Cherepanov <dcherepanov at openjdk.org> wrote:
> Please review the update of timezone data to 2022g.
>
> The existing data was replaced with the new data generated from tzdb-2022g in the rearguard format. This also includes updating a copy of the data in tests (jdk/test/sun/util/calendar/zi/tzdata).
>
> Other parts apply cleanly (with path changes) except timezone.xml. It's added as a part JDK-8186697 (appeared since 10). So changes in timezone.xml ignored.
>
> Testing: all relevant tests passed jdk/test/java/util/TimeZone, jdk/test/sun/util/calendar and jdk/test/java/time/test
This looks the same as what I have here - https://github.com/openjdk/jdk8u/pull/28 - except you haven't adjusted for the absence of `Mexico_Pacific`. Note also that mine is built on top of #27 which adds CLDR adjustments for the previous update, 2022f.
Reviews of those PRs are welcome.
-------------
PR: https://git.openjdk.org/jdk8u/pull/26
More information about the jdk8u-dev
mailing list