As part of the JSR310 Date/Time project, following methods are proposed to be added into java.nio.file.attribute.FileTime to interoperate with the new JSR310 time class Instant.
public static FileTime from(Instant instant);
public Instant toInstant();
public static FileTime from(Instant instant);
public Instant toInstant();
- relates to
-
JDK-8291061 Improve thread safety of FileTime.toString and toInstant
-
- Resolved
-