Searched refs:currentLocalDateTime (Results 1 – 10 of 10) sorted by relevance
28 fun currentLocalDateTime(): LocalDateTime method
39 override fun currentLocalDateTime(): LocalDateTime { in currentLocalDateTime() method
57 val localDateTimeNow: LocalDateTime = timeSource.currentLocalDateTime() in autoDeleteRangeEnd()
40 override fun currentLocalDateTime(): LocalDateTime = in currentTimeMillis() method
384 val instantToday: Instant = timeSource.currentLocalDateTime().toInstant() in getMixedRecordsAcrossTwoDays()385 val instantYesterday: Instant = timeSource.currentLocalDateTime().minusDays(1).toInstant() in getMixedRecordsAcrossTwoDays()394 val instantTwoDaysAgo: Instant = timeSource.currentLocalDateTime().minusDays(2).toInstant() in getMixedRecordsAcrossThreeDays()
117 queryDate = timeSource.currentLocalDateTime().toLocalDate().minusMonths(1), in <lambda>()130 val queryDate = timeSource.currentLocalDateTime().toLocalDate().minusMonths(1) in <lambda>()179 queryDate = timeSource.currentLocalDateTime().toLocalDate().minusMonths(1), in <lambda>()
105 val today = timeSource.currentLocalDateTime().toLocalDate() in <lambda>()
196 .currentLocalDateTime() in <lambda>()
134 .currentLocalDateTime() in isLessThanOneYearAgo()
412 .formatLongDate(timeSource.currentLocalDateTime().minusDays(2).toInstant())) in <lambda>()