Fixing incorrect std/dst transitions for time zones that have rules beyond 2037. The year 2037 restriction seems to come from the old `zic` command implementation and thus can be expanded in the JDK. Arbitrary I chose 2100 which is greater than the year 2087 which is the farthest rule at the moment.
------------- Commit messages: - initial commit Changes: https://git.openjdk.org/jdk/pull/17492/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17492&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8324065 Stats: 41 lines in 6 files changed: 3 ins; 7 del; 31 mod Patch: https://git.openjdk.org/jdk/pull/17492.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/17492/head:pull/17492 PR: https://git.openjdk.org/jdk/pull/17492