Integrated: 8317126: Redundant entries in Windows `tzmappings` file
Naoto Sato
naoto at openjdk.org
Fri Sep 29 16:41:31 UTC 2023
On Thu, 28 Sep 2023 17:37:00 GMT, Naoto Sato <naoto at 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 <naoto at 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
More information about the core-libs-dev
mailing list