Searched refs:startOfDay (Results 1 – 2 of 2) sorted by relevance
89 val startOfDay = this.toInstantAtStartOfDay() in LocalDate() constant92 val duration = Duration.between(startOfDay, this.plusDays(1).toInstantAtStartOfDay()) in LocalDate()99 return startOfDay.plusSeconds(randomSecondOffset) in LocalDate()
195 final ZonedDateTime startOfDay = now.truncatedTo(ChronoUnit.DAYS); in prepareGetMultipathPreferenceTest() local254 eq(startOfDay.toInstant().toEpochMilli()), in prepareGetMultipathPreferenceTest()