Hi, JSR 310 has continued to refine and update the java.time API. Please help review the changes at
http://cr.openjdk.java.net/~sherman/8013730/webrev In addition to general javadoc improvements, the changes include: - Rename class java.time.format.DateTimeFormatSymbols to DecimalStyle - Clarification definition of Clock behavior - Add DateTimeFomatterBuilder.appendInstant - Add DateTimeFomatterBuilder.getLocalizedDateTimePattern - Add DateTimeFormatter.parsedLeapSecond as a query for a parsed LeapSecond - Add DateTimeFormatter.parsedExcessDays as a query for parsed days if time > 24 hours. Thanks! -Sherman