[fix] 주간 미션 KST 주차 경계 ServiceTime 변환 (#266 리뷰 반영)#268
Merged
Conversation
코드리뷰(#266) 반영: - MissionScheduler 연속주차 실패 판정: LocalDate.now()/raw 경계 → ServiceTime.today() KST 주차 + startOfDayUtc 배타적 경계로 쿼리 - MissionQueryService 주간 현황: from/to를 ServiceTime UTC로, completedAt은 toServiceDate(KST)로 변환해 00:00~08:59 KST 완료분 누락 방지 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#266 코드리뷰(Codex) 반영 — 타임존 처리
ServiceTime.today()기준 KST 주차 +startOfDayUtc배타적 경계로 수정completedAt은ServiceTime.toServiceDate(KST)로 변환 → 00:00~08:59 KST 완료분 누락/오표시 방지기존 단위 테스트는 경계 인자에 any() 매처를 사용해 영향 없음. 빌드/테스트 통과.
🤖 Generated with Claude Code