-
Enhancement
-
Resolution: Fixed
-
P3
-
8
JSR 310 has updated the java.time APIs:
- Rename class java.time.format.DateTimeFormatSymbols to DecimalStyle
- Remove class java.time.temporal.Adjusters
- Remove class java.time.temporal.Queries
- 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 days if time > 24 hours.
- Rename class java.time.format.DateTimeFormatSymbols to DecimalStyle
- Remove class java.time.temporal.Adjusters
- Remove class java.time.temporal.Queries
- 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 days if time > 24 hours.
- relates to
-
JDK-8013901 TCKJapaneseChronology Tests failing for JapaneseChronology.dateYearDay
- Closed