탐색 인기 크리에이터 섹션 - 날짜 수정
This commit is contained in:
parent
a7fc89cf40
commit
d561ad6d41
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue