> This PR adds support for the std/dstOffset attributes in CLDR metazone > definitions. These attributes were introduced in CLDR v48 to address > differences between the IANA TZDB vanguard and rearguard formats. At the time > JDK adopted CLDR v48, this support was not implemented because the JDK > handles these differences separately (see JDK-8212970). > > More recently, the America/Vancouver time zone is planning to adopt a > year-round fixed offset. To avoid mismatches between standard and daylight > saving time naming, CLDR has started using these attributes for that zone. > This change prepares the JDK for upcoming TZDB updates and the corresponding > CLDR changes.
Naoto Sato has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains five additional commits since the last revision: - Reflects review comments - Merge branch 'master' into JDK-8381379-Support-std-dstOffset-metazone-attributes - Enabled zone alias - import fixup - initial commit ------------- Changes: - all: https://git.openjdk.org/jdk/pull/30594/files - new: https://git.openjdk.org/jdk/pull/30594/files/67d90690..c8599d41 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=30594&range=02 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=30594&range=01-02 Stats: 6341 lines in 136 files changed: 5033 ins; 781 del; 527 mod Patch: https://git.openjdk.org/jdk/pull/30594.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30594/head:pull/30594 PR: https://git.openjdk.org/jdk/pull/30594
