JDK-8322647 : Short name for the `Europe/Lisbon` time zone is incorrect
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util:i18n
  • Affected Version: 22,23
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2023-12-21
  • Updated: 2024-01-08
  • Resolved: 2024-01-04
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 22 JDK 23
22Fixed 23 masterFixed
Related Reports
Relates :  
Description
`TimeZone.getTimeZone("Europe/Lisbon").getDisplayName(true, TimeZone.SHORT)` returns "FMT" which should be "WEST". Possibly caused by the fix to JDK-8317979.
Comments
A pull request was submitted for review. URL: https://git.openjdk.org/jdk22/pull/30 Date: 2024-01-04 17:26:37 +0000
04-01-2024

Changeset: ad31ec5c Author: Naoto Sato <naoto@openjdk.org> Date: 2024-01-04 17:16:33 +0000 URL: https://git.openjdk.org/jdk/commit/ad31ec5c5f120082cedd7b9ece45b6b44147c0c5
04-01-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/17187 Date: 2023-12-22 18:59:20 +0000
22-12-2023