On Fri, 10 Apr 2026 23:03:49 GMT, Naoto Sato <[email protected]> wrote:
> Fixes a regression introduced by removing the COMPAT locale provider, which > previously supplied short time zone names. With the CLDR locale provider, > these names are generated at build time, but the logic depends on the order > in which time zones are processed. In this case, a non-DST-observing zone > (e.g., "EST") was encountered first and used to initialize the names for the > "America_Eastern" metazone, causing all short names to incorrectly resolve to > "EST." > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). This pull request has now been integrated. Changeset: 49a15be9 Author: Naoto Sato <[email protected]> URL: https://git.openjdk.org/jdk/commit/49a15be918673ee49c3a02287aa268a87419147a Stats: 240 lines in 2 files changed: 71 ins; 3 del; 166 mod 8382020: Time Zone Abbreviation Not Localized for Non-English Locales Reviewed-by: iris ------------- PR: https://git.openjdk.org/jdk/pull/30686
