Searched refs:epochSecond (Results 1 – 1 of 1) sorted by relevance
185 private static Timestamp ofEpochSecond(long epochSecond, long nanoAdjustment) { in ofEpochSecond() argument186 long secs = TimeUtils.checkedAdd(epochSecond, floorDiv(nanoAdjustment, NANOS_PER_SECOND)); in ofEpochSecond()