Searched refs:tomorrow (Results 1 – 1 of 1) sorted by relevance
319 LocalDate tomorrow = time.toLocalDate().plusDays(1); in computeNextMidnight() local320 LocalDateTime nextMidnight = LocalDateTime.of(tomorrow, LocalTime.MIDNIGHT); in computeNextMidnight()