Home
last modified time | relevance | path

Searched defs:epochSec (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/time/zone/
DZoneRules.java483 long epochSec = instant.getEpochSecond(); in getOffset() local
754 long epochSec = instant.getEpochSecond(); in getStandardOffset() local
840 long epochSec = instant.getEpochSecond(); in nextTransition() local
887 long epochSec = instant.getEpochSecond(); in previousTransition() local
DSer.java250 static void writeEpochSec(long epochSec, DataOutput out) throws IOException { in writeEpochSec()
/libcore/ojluni/src/main/java/java/time/
DInstant.java919 long epochSec = Math.addExact(seconds, secondsToAdd); in plus() local
DDuration.java809 long epochSec = Math.addExact(seconds, secondsToAdd); in plus() local
DLocalDate.java220 long epochSec = now.getEpochSecond() + offset.getTotalSeconds(); // overflow caught later in now() local