RFR: 8324065: Daylight saving information for `Africa/Casablanca` are incorrect

Iris Clark iris at openjdk.org
Thu Jan 18 20:51:11 UTC 2024


On Thu, 18 Jan 2024 19:37:33 GMT, Naoto Sato <naoto at 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.

Hopefully "2100" is unique enough that you'll be able to easily search/replace the next time you need to extend.

-------------

Marked as reviewed by iris (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/17492#pullrequestreview-1830530349


More information about the core-libs-dev mailing list