Home
last modified time | relevance | path

Searched defs:epochSecond (Results 1 – 9 of 9) sorted by relevance

/libcore/ojluni/src/main/java/java/time/zone/
DZoneOffsetTransition.java109 private final long epochSecond; field in ZoneOffsetTransition
173 ZoneOffsetTransition(long epochSecond, ZoneOffset offsetBefore, ZoneOffset offsetAfter) { in ZoneOffsetTransition()
232 long epochSecond = Ser.readEpochSec(in); in readExternal() local
DZoneRules.java935 private int findYear(long epochSecond, ZoneOffset offset) { in findYear()
/libcore/ojluni/src/main/java/java/time/
DInstant.java297 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()
DZonedDateTime.java446 private static ZonedDateTime create(long epochSecond, int nanoOfSecond, ZoneId zone) { in create()
550 long epochSecond = temporal.getLong(INSTANT_SECONDS); in from() local
DLocalDateTime.java410 … public static LocalDateTime ofEpochSecond(long epochSecond, int nanoOfSecond, ZoneOffset offset) { in ofEpochSecond()
/libcore/ojluni/annotations/mmodule/java/time/chrono/
DChronology.annotated.java123 public default long epochSecond(int prolepticYear, int month, int dayOfMonth, int hour, int minute,… in epochSecond() method
126 public default long epochSecond(java.time.chrono.Era era, int yearOfEra, int month, int dayOfMonth,… in epochSecond() method
DIsoChronology.annotated.java89 public long epochSecond(int prolepticYear, int month, int dayOfMonth, int hour, int minute, int sec… in epochSecond() method in IsoChronology
/libcore/ojluni/src/main/java/java/time/chrono/
DChronology.java739 public default long epochSecond(int prolepticYear, int month, int dayOfMonth, in epochSecond() method
768 public default long epochSecond(Era era, int yearOfEra, int month, int dayOfMonth, in epochSecond() method
DIsoChronology.java291 public long epochSecond(int prolepticYear, int month, int dayOfMonth, in epochSecond() method in IsoChronology