<i18n dev> RFR: 8352716: (tz) Update Timezone Data to 2025b

Sean Coffey coffeys at openjdk.org
Tue Mar 25 17:35:07 UTC 2025


On Tue, 25 Mar 2025 16:52:28 GMT, Naoto Sato <naoto at openjdk.org> wrote:

> Incorporating the latest IANA Time Zone Database (2025b). Manually confirmed the newly introduced time zone stays at the same offset (-03) on/after 2025-04-06:
> 
> jshell> ZoneId.of("America/Coyhaique").getRules().getValidOffsets(LocalDateTime.of(2025, 4, 6, 0, 0))
> $198 ==> [-03:00]

LGTM

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

Marked as reviewed by coffeys (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/24234#pullrequestreview-2714614328


More information about the i18n-dev mailing list