Signed-off-by: rapterjet2004 <juliuslinus1@gmail.com>
This commit is contained in:
rapterjet2004 2024-12-20 11:35:03 -06:00 committed by Marcel Hibbe
parent 73ed4cbf8f
commit a8f1d37236
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -204,7 +204,7 @@ class DateTimeCompose(val bundle: Bundle) {
val nextWeek = LocalDateTime.now()
.plusWeeks(1)
.with(nextOrSame(DayOfWeek.MONDAY))
.with(DayOfWeek.MONDAY)
.withHour(INT_8)
.withMinute(0)
.withSecond(0)