History log of /openjdk10/jdk/test/java/time/test/java/time/TestInstant.java
Revision Date Author Comments
# 11523:7c6d6f1b7a56 02-Mar-2015 dfuchs

8074032: Instant.ofEpochMilli(millis).toEpochMilli() can throw arithmetic overflow in toEpochMilli()
Summary: Instant.toEpochMilli() now takes into account the sign of the 'seconds' field.
Reviewed-by: rriggs, scolebourne


# 6418:919afffa70b0 22-Jan-2013 sherman

8003680: JSR 310 Date/Time API
Summary: Integration of JSR310 Date/Time API for M6
Reviewed-by: alanb, naoto, dholmes
Contributed-by: scolebourne@joda.org, roger.riggs@oracle.com, richard.warburton@gmail.com, misterm@gmail.com