Skip to content

아티클 반환 시 Service/Domain 레이어에서 created_at KST로 변환하도록 수정#141

Open
anaconda77 wants to merge 1 commit intodevfrom
Feature/issue-#140
Open

아티클 반환 시 Service/Domain 레이어에서 created_at KST로 변환하도록 수정#141
anaconda77 wants to merge 1 commit intodevfrom
Feature/issue-#140

Conversation

@anaconda77
Copy link
Contributor

개요

  • 아티클 반환 시 Service/Domain 레이어에서 created_at KST로 변환하도록 수정

배경

변경된 점

  • UTC를 KST로 변경하는 유틸 클래스 UtcTimeZoneConverter 정의
  • DTO 혹은 도메인 객체 생성 시 해당 유틸 메서드 사용하여 KST로 변환하도록 수정

참고자료

  • DB에 저장된 created_at (UTC 기준)
스크린샷 2025-10-03 오후 6 14 02
  • 실제 API 반환 created_at(KST 변환, UTC+09:00)
스크린샷 2025-10-03 오후 6 14 13

관련 이슈

close #140

@anaconda77 anaconda77 linked an issue Oct 3, 2025 that may be closed by this pull request
Copy link
Member

@GitJIHO GitJIHO left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] 아티클 created_at KST로 변경

2 participants