On Thu, 28 Sep 2023 17:37:00 GMT, Naoto Sato <na...@openjdk.org> wrote:
> Removing redundant entries in `lib/tzmappings` file on Windows. The file maps > Windows time zones to Java time zones according to the region. Since `001` > means world, no region-specific entries are needed if those time zones are > the same. The diff of the generated tzmappings files, before and after the > fix, is attached. > [tzmappings.diff.txt](https://github.com/openjdk/jdk/files/12752377/tzmappings.diff.txt) This pull request has now been integrated. Changeset: 014c95a5 Author: Naoto Sato <na...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/014c95a54d6cebe8f2b6422c2a484d538cdb2261 Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 mod 8317126: Redundant entries in Windows `tzmappings` file Reviewed-by: lancea, iris, joehw ------------- PR: https://git.openjdk.org/jdk/pull/15968