On Fri, 30 Sep 2022 04:17:54 GMT, Naoto Sato <na...@openjdk.org> wrote:
>> Please review this PR. The change include some code changes in >> ZoneInfoFile.java and TestZoneInfo310.java since tzdata2022d breaks >> TestZoneInfo310.java. > > test/jdk/java/util/TimeZone/TimeZoneData/displaynames.txt line 170: > >> 168: Europe/Vilnius EET EEST >> 169: Europe/Warsaw CET CEST >> 170: Europe/Zaporozhye EET EEST > > Do we need to remove those newly linked zone ids from testing? This file is not maintained by hand but generated from java/util/TimeZone/TimeZoneData/tools/share/Makefile. These two Ukraine zones are integrated to Europe/Kyiv and removed from tzdata/europe, so the entries disappeared in this file. ------------- PR: https://git.openjdk.org/jdk/pull/10460