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