Skip to content

8382020: Time Zone Abbreviation Not Localized for Non-English Locales#30686

Open
naotoj wants to merge 1 commit intoopenjdk:masterfrom
naotoj:JDK-8382020-Time-Zone-Abbreviation-Not-Localized-for-Non-English-Locales
Open

8382020: Time Zone Abbreviation Not Localized for Non-English Locales#30686
naotoj wants to merge 1 commit intoopenjdk:masterfrom
naotoj:JDK-8382020-Time-Zone-Abbreviation-Not-Localized-for-Non-English-Locales

Conversation

@naotoj
Copy link
Copy Markdown
Member

@naotoj naotoj commented Apr 10, 2026

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."



Progress

  • Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue

Issue

  • JDK-8382020: Time Zone Abbreviation Not Localized for Non-English Locales (Bug - P3)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/30686/head:pull/30686
$ git checkout pull/30686

Update a local copy of the PR:
$ git checkout pull/30686
$ git pull https://git.openjdk.org/jdk.git pull/30686/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 30686

View PR using the GUI difftool:
$ git pr show -t 30686

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/30686.diff

Using Webrev

Link to Webrev Comment

@bridgekeeper
Copy link
Copy Markdown

bridgekeeper bot commented Apr 10, 2026

👋 Welcome back naoto! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk
Copy link
Copy Markdown

openjdk bot commented Apr 10, 2026

❗ This change is not yet ready to be integrated.
See the Progress checklist in the description for automated requirements.

@openjdk openjdk bot added build build-dev@openjdk.org core-libs core-libs-dev@openjdk.org i18n i18n-dev@openjdk.org labels Apr 10, 2026
@openjdk
Copy link
Copy Markdown

openjdk bot commented Apr 10, 2026

@naotoj The following labels will be automatically applied to this pull request:

  • build
  • core-libs
  • i18n

When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing lists. If you would like to change these labels, use the /label pull request command.

@openjdk openjdk bot added the rfr Pull request is ready for review label Apr 10, 2026
@naotoj
Copy link
Copy Markdown
Member Author

naotoj commented Apr 10, 2026

/label remove build

@openjdk openjdk bot removed the build build-dev@openjdk.org label Apr 10, 2026
@openjdk
Copy link
Copy Markdown

openjdk bot commented Apr 10, 2026

@naotoj
The build label was successfully removed.

@mlbridge
Copy link
Copy Markdown

mlbridge bot commented Apr 10, 2026

Webrevs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core-libs core-libs-dev@openjdk.org i18n i18n-dev@openjdk.org rfr Pull request is ready for review

Development

Successfully merging this pull request may close these issues.

1 participant