Searched refs:daysInSec (Results 1 – 1 of 1) sorted by relevance
745 … long daysInSec = Math.multiplyExact(date(prolepticYear, month, dayOfMonth).toEpochDay(), 86400); in epochSecond() local747 return Math.addExact(daysInSec, timeinSec - zoneOffset.getTotalSeconds()); in epochSecond()