Searched defs:epochSec (Results 1 – 5 of 5) sorted by relevance
483 long epochSec = instant.getEpochSecond(); in getOffset() local754 long epochSec = instant.getEpochSecond(); in getStandardOffset() local840 long epochSec = instant.getEpochSecond(); in nextTransition() local887 long epochSec = instant.getEpochSecond(); in previousTransition() local
250 static void writeEpochSec(long epochSec, DataOutput out) throws IOException { in writeEpochSec()
919 long epochSec = Math.addExact(seconds, secondsToAdd); in plus() local
809 long epochSec = Math.addExact(seconds, secondsToAdd); in plus() local
220 long epochSec = now.getEpochSecond() + offset.getTotalSeconds(); // overflow caught later in now() local