[jdk19u] RFR: 8293834: Update CLDR data following tzdata 2022c update [v2]

Andrew John Hughes andrew at openjdk.org
Mon Sep 26 00:05:50 UTC 2022


> This adds the alias for `Europe/Kyiv` to the CLDR translation data, following the tzdata update which introduces this zone.
> 
> This is unnecessary for trunk, as it will be added by an update to CLDR v42, but such updates are not backported.
> 
> Without patch (from https://github.com/openjdk/jdk/pull/10012#issuecomment-1247209990):
> 
> ~~~
> jshell> ZoneId.of("Europe/Kyiv").getDisplayName(TextStyle.FULL, Locale.US)
> $178 ==> "Kyiv Time"
> 
> jshell> ZoneId.of("Europe/Kiev").getDisplayName(TextStyle.FULL, Locale.US)
> $179 ==> "Eastern European Time"
> ~~~
> 
> With patch:
> 
> ~~~
> jshell> ZoneId.of("Europe/Kyiv").getDisplayName(TextStyle.FULL, Locale.US)
> $178 ==> "Eastern European Time"
> 
> jshell> ZoneId.of("Europe/Kiev").getDisplayName(TextStyle.FULL, Locale.US)
> $179 ==> "Eastern European Time"
> ~~~

Andrew John Hughes has updated the pull request incrementally with one additional commit since the last revision:

  Update TimeZoneNamesTest to check Europe/Kyiv translations

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

Changes:
  - all: https://git.openjdk.org/jdk19u/pull/26/files
  - new: https://git.openjdk.org/jdk19u/pull/26/files/b30b3441..581132f5

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk19u&pr=26&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk19u&pr=26&range=00-01

  Stats: 19 lines in 1 file changed: 18 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk19u/pull/26.diff
  Fetch: git fetch https://git.openjdk.org/jdk19u pull/26/head:pull/26

PR: https://git.openjdk.org/jdk19u/pull/26


More information about the jdk-updates-dev mailing list