JDK-8247781 : Day periods support
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.time
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2020-06-17
  • Updated: 2021-02-22
  • Resolved: 2020-11-16
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 16
16 b25Fixed
Related Reports
CSR :  
Relates :  
Relates :  
Relates :  
Sub Tasks
JDK-8255971 :  
Description
There's only am/pm pattern symbol 'a' is available in DateTimeFormatter. This enhancement is extending the support of day periods beyond am/pm, which is compatible with CLDR's 'B' pattern.
http://unicode.org/reports/tr35/tr35-dates.html#dayPeriods
This is a precursor to support additional date/time formats (JDK-8176706).
Comments
Changeset: bf84dac4 Author: Naoto Sato <naoto@openjdk.org> Date: 2020-11-16 23:12:45 +0000 URL: https://github.com/openjdk/jdk/commit/bf84dac4
16-11-2020