Marcello Galhardo
04/07/2023, 7:05 PMJohn O'Reilly
04/07/2023, 7:06 PMMarcello Galhardo
04/07/2023, 7:06 PMJohn O'Reilly
04/07/2023, 7:06 PMMarcello Galhardo
04/07/2023, 7:06 PMJohn O'Reilly
04/07/2023, 8:29 PMmain
?Marcello Galhardo
04/07/2023, 8:29 PMJohn O'Reilly
04/07/2023, 8:30 PMMarcello Galhardo
04/07/2023, 9:13 PMyschimke
04/07/2023, 10:06 PMprivate fun createIntervalRange(): ClosedRange<LocalDateTime> {
val now = dateService.now()
val timeZone = TimeZone.currentSystemDefault()
val future = (now.toInstant(timeZone) + INTERVAL).toLocalDateTime(timeZone)
return now..future
}
John O'Reilly
04/08/2023, 7:38 AMMarcello Galhardo
04/08/2023, 12:12 PM