On Mon, 19 Oct 2020 19:38:57 GMT, Naoto Sato <[email protected]> wrote:
>> Kiran Sidhartha Ravikumar 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 three
>> additional commits since the last revision:
>> - 8254982: Adding comments for removal of zones in BasicDateTime.java
>> - Merge remote-tracking branch 'origin/master' into JDK-8254982
>> - 8254982: (tz) Upgrade time-zone data to tzdata2020c
>
> test/jdk/java/util/Formatter/BasicDateTime.java line 1695:
>
>> 1693: list.remove("America/Dawson");
>> 1694: list.remove("America/WhiteHorse");
>> 1695: list.remove("Canada/Yukon");
>
> I'd explicitly mention why these time zones are removed from the test.
Thanks, Naoto, I have added the information.
-------------
PR: https://git.openjdk.java.net/jdk/pull/747