On Thu, 18 Jan 2024 19:37:33 GMT, Naoto Sato <na...@openjdk.org> wrote:
> 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. This pull request has now been integrated. Changeset: 0d8543d6 Author: Naoto Sato <na...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/0d8543d6773a516dad54038070dce507179d0709 Stats: 44 lines in 6 files changed: 5 ins; 7 del; 32 mod 8324065: Daylight saving information for `Africa/Casablanca` are incorrect Reviewed-by: iris, joehw, jlu ------------- PR: https://git.openjdk.org/jdk/pull/17492