JDK-6979023 : Localization needed for two new timezones.
  • Type: Enhancement
  • Component: globalization
  • Sub-Component: locale-data
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2010-08-23
  • Updated: 2012-12-20
  • Resolved: 2011-04-14
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 7
7Resolved
Related Reports
Duplicate :  
Relates :  
Description
Two timezones will be added as a result of support of tzdata2010l.
Their long display names need to be localized.

+         String CHUT[] = new String[] {"Chuuk Time", "CHUT",
+                                       "Chuuk Summer Time", "CHUST"};

+         String PONT[] = new String[] {"Pohnpei Time", "PONT",
+                                       "Pohnpei Summer Time", "PONST"};

Comments
EVALUATION This will be performed as part of 7035076.
14-04-2011

EVALUATION Locale data CR, transfer to Masaki.
23-08-2010