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.java298 public static Instant ofEpochSecond(long epochSecond) { in ofEpochSecond() method in Instant
322 public static Instant ofEpochSecond(long epochSecond, long nanoAdjustment) { in ofEpochSecond() method in Instant
DLocalDateTime.java411 … public static LocalDateTime ofEpochSecond(long epochSecond, int nanoOfSecond, ZoneOffset offset) { in ofEpochSecond() method in LocalDateTime