RFR: 8324065: Daylight saving information for `Africa/Casablanca` are incorrect
Naoto Sato
naoto at openjdk.org
Thu Jan 18 19:43:27 UTC 2024
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
More information about the core-libs-dev
mailing list