From d561ad6d41e73592f2c50da9f0037dc410a4b85d Mon Sep 17 00:00:00 2001 From: Klaus Date: Sat, 14 Oct 2023 00:31:47 +0900 Subject: [PATCH] =?UTF-8?q?=ED=83=90=EC=83=89=20=EC=9D=B8=EA=B8=B0=20?= =?UTF-8?q?=ED=81=AC=EB=A6=AC=EC=97=90=EC=9D=B4=ED=84=B0=20=EC=84=B9?= =?UTF-8?q?=EC=85=98=20-=20=EB=82=A0=EC=A7=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kotlin/kr/co/vividnext/sodalive/explorer/ExplorerService.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/kr/co/vividnext/sodalive/explorer/ExplorerService.kt b/src/main/kotlin/kr/co/vividnext/sodalive/explorer/ExplorerService.kt index 64af747..0a752d3 100644 --- a/src/main/kotlin/kr/co/vividnext/sodalive/explorer/ExplorerService.kt +++ b/src/main/kotlin/kr/co/vividnext/sodalive/explorer/ExplorerService.kt @@ -70,7 +70,7 @@ class ExplorerService( val currentDateTime = LocalDateTime.now() val lastMonday = currentDateTime .minusWeeks(1) - .with(TemporalAdjusters.previousOrSame(DayOfWeek.SUNDAY)) + .with(TemporalAdjusters.previousOrSame(DayOfWeek.MONDAY)) val lastSunday = lastMonday .plusDays(6)