Searched refs:ofEpochSecond (Results 1 – 4 of 4) sorted by relevance
180 return ofEpochSecond(epochSec, nanoAdjustment); in plus()185 private static Timestamp ofEpochSecond(long epochSecond, long nanoAdjustment) { in ofEpochSecond() method in Timestamp
19 … private final OffsetDateTime DATETIME_EPOCH = OffsetDateTime.ofInstant(Instant.ofEpochSecond(0L),
809 return Instant.ofEpochSecond(timeInSeconds); in timeFromSeconds()
143 .format(Instant.ofEpochSecond(lastModifiedTimeSeconds)))); in downloadOneFile()276 .format(Instant.ofEpochSecond(lastModifiedTimestampSeconds))); in downloadOneFile_existingContent_withLastModified()