RFR:JDK-8079628:java.time: DateTimeFormatter containing "DD" fails on 3-digit day-of-year value
nadeesh tv
nadeesh.tv at oracle.com
Tue Apr 26 11:48:31 UTC 2016
Hi all,
Please review a fix for
Bug ID - https://bugs.openjdk.java.net/browse/JDK-8079628
Issue - Pattern 'D' is not implemented as intended by CLDR
Solution - Changed the definition of 'D' to D..D 1..3
appendValue(ChronoField.DAY_OF_YEAR, n, 19, SignStyle.NORMAL)
Webrev - http://cr.openjdk.java.net/~ntv/8079628/webrev.00/
<http://cr.openjdk.java.net/%7Entv/8079628/webrev.00/>
--
Thanks and Regards,
Nadeesh TV
More information about the core-libs-dev
mailing list