Searched refs:nextMidnight (Results 1 – 1 of 1) sorted by relevance
320 LocalDateTime nextMidnight = LocalDateTime.of(tomorrow, LocalTime.MIDNIGHT); in computeNextMidnight() local321 return toEpochMillis(nextMidnight, zoneId); in computeNextMidnight()