Searched refs:localMidnightStart (Results 1 – 1 of 1) sorted by relevance
427 Instant localMidnightStart = CURRENT_DATE_TIME.truncatedTo(ChronoUnit.DAYS).toInstant(); in allDayEvent_timesSetToLocal() local428 assertThat(events.get(0).getStartInstant()).isEqualTo(localMidnightStart); in allDayEvent_timesSetToLocal()