RFR: 8324065: Daylight saving information for `Africa/Casablanca` are incorrect [v2]
Justin Lu
jlu at openjdk.org
Thu Jan 18 23:22:36 UTC 2024
On Thu, 18 Jan 2024 21:02:26 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.
>
> Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
>
> Added comment to clarify the possible need for the last year expansion
LGTM, _NegativeDSTTest.java_ can bump the copyright year to 2024 as well.
-------------
Marked as reviewed by jlu (Committer).
PR Review: https://git.openjdk.org/jdk/pull/17492#pullrequestreview-1830712470
More information about the core-libs-dev
mailing list