jdk-24/jdk/test/java/util/logging/HigherResolutionTimeStamps
Daniel Fuchs fc084beb84 8072645: java.util.logging should use java.time to get more precise time stamps
J.u.logging uses j.t.Instant to store LogRecord time stamps. XMLFormatter format is updated to allow for a new optional <nanos> element containing a nano second adjustment. SimpleFormatter passes a ZonedDateTime object to String.format. LogRecord getMillis/setMillis are deprecated, replaced by getInstant/setInstant.

Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: scolebourne, plevart, rriggs
2015-02-25 18:41:07 +01:00
..
LogRecordWithNanos.java 8072645: java.util.logging should use java.time to get more precise time stamps 2015-02-25 18:41:07 +01:00
LogRecordWithNanosAPI.java 8072645: java.util.logging should use java.time to get more precise time stamps 2015-02-25 18:41:07 +01:00
SerializeLogRecord.java 8072645: java.util.logging should use java.time to get more precise time stamps 2015-02-25 18:41:07 +01:00
SimpleFormatterNanos.java 8072645: java.util.logging should use java.time to get more precise time stamps 2015-02-25 18:41:07 +01:00
XmlFormatterNanos.java 8072645: java.util.logging should use java.time to get more precise time stamps 2015-02-25 18:41:07 +01:00