[Fix] 배포 환경에서 채팅 시간이 9시간 빠르게 표시되는 문제 수정 #357
Merged
JuJangGwon merged 1 commit intodevfrom Feb 5, 2026
Merged
Conversation
U-S-jun
approved these changes
Feb 5, 2026
jjjjjinseo
approved these changes
Feb 5, 2026
HoonDongKang
approved these changes
Feb 5, 2026
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.
🔗 관련 이슈
Closes #356
✅ 작업 내용
Docker 컨테이너의 타임존을 UTC에서 Asia/Seoul(KST)로 변경
Docker 컨테이너는 기본적으로 UTC(UTC+0) 타임존을 사용하기에 한국 시간과 9시간 차이 발생 합니다. 그래서 타임존을 Asia/Seoul로 설정했습니다