JDK-8154520 : java.time: appendLocalizedOffset() should return the localized "GMT" string
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.time
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-04-19
  • Updated: 2019-08-06
  • Resolved: 2019-07-23
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 14
14 b07Fixed
Related Reports
Relates :  
Relates :  
Description
The LDML spec indicates that the "GMT" string should be localized:
http://unicode.org/repos/cldr/trunk/specs/ldml/tr35-dates.html#Using_Time_Zone_Names
The text of appendLocalizedOffset() is written with the intention of
the output being localized but that got missed when implementing
appendLocalizedOffset()
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/5d7cb195ea1c User: rpatil Date: 2019-07-23 03:46:54 +0000
23-07-2019

Related bug JDK-8154797 has been resolved.
14-07-2016

http://mail.openjdk.java.net/pipermail/core-libs-dev/2016-April/040284.html
19-04-2016