Searched defs:epochSecond (Results 1 – 5 of 5) sorted by relevance
167 ZoneOffsetTransition(long epochSecond, ZoneOffset offsetBefore, ZoneOffset offsetAfter) { in ZoneOffsetTransition()225 long epochSecond = Ser.readEpochSec(in); in readExternal() local
924 private int findYear(long epochSecond, ZoneOffset offset) { in findYear()
297 public static Instant ofEpochSecond(long epochSecond) { in ofEpochSecond()321 public static Instant ofEpochSecond(long epochSecond, long nanoAdjustment) { in ofEpochSecond()417 private Instant(long epochSecond, int nanos) { in Instant()
446 private static ZonedDateTime create(long epochSecond, int nanoOfSecond, ZoneId zone) { in create()549 long epochSecond = temporal.getLong(INSTANT_SECONDS); in from() local
410 … public static LocalDateTime ofEpochSecond(long epochSecond, int nanoOfSecond, ZoneOffset offset) { in ofEpochSecond()