648 prod의 localdate 코드를 kst 타임존으로 변경#649
Hidden character warning
Conversation
WalkthroughTimeUtils 유틸리티 클래스를 도입하여 애플리케이션 전반의 현재 날짜/시간 조회를 중앙화합니다. 14개 서비스 파일에서 LocalDate.now() 및 LocalDateTime.now()의 직접 사용을 TimeUtils.nowLocalDate() 및 TimeUtils.nowLocalDateTime()으로 대체합니다. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 🧹 Recent nitpick comments
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
localDate.now()를 KST로 변환하는 로직을 TImeUtils에 작성하여 localDate.now()를 사용하는 곳에 적용했습니다.
Summary by CodeRabbit
릴리스 노트
Refactor
Chores