On Wed, 30 Nov 2022 18:07:07 GMT, Andrew John Hughes <[email protected]> wrote:
> Update to the latest tzdata, 2022g. > > Primary changes: > * `America/Ojinaga` (CST) is split, creating `America/Ciudad_Juarez` (MST/MDT) > * `America/Pangnirtung` becomes a link to `America/Iqaluit` > * `America/Ojinaga` gains DST (CDT) > > See bug for the full details. > > There will likely also be CLDR changes > ([CLDR-16181](https://unicode-org.atlassian.net/browse/CLDR-16181)) that are > not yet included in this change. We can either wait for these and include > them in this patch, or do a separate change like > [JDK-8296715](https://bugs.openjdk.org/browse/JDK-8296715) > > Tests in `java/util/TimeZone`, `java/time/test` and `sun/text/resources` all > pass. Hi Andrew, Thanks for taking on this. I think you can cherry-pick the relevant [CLDR changes](https://github.com/unicode-org/cldr/commit/0bd22412b35b6e7037a39c3ad6a4dc49c699439b) (under `common` directory) into this PR so that backporting would be easier. ------------- PR: https://git.openjdk.org/jdk/pull/11438
