Home
last modified time | relevance | path

Searched defs:ofEpochSecond (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/time/
DInstant.java297 public static Instant ofEpochSecond(long epochSecond) { in ofEpochSecond() method in Instant
321 public static Instant ofEpochSecond(long epochSecond, long nanoAdjustment) { in ofEpochSecond() method in Instant
DLocalDateTime.java410 … public static LocalDateTime ofEpochSecond(long epochSecond, int nanoOfSecond, ZoneOffset offset) { in ofEpochSecond() method in LocalDateTime