Closed minjun3021 closed 1 year ago
같은시각을 UTC+00:00인 시간과 UTC+00:00이 아닌 시간을 요청보내도 DB에 일관되게 저장되는 모습
*reservationStartTime,reservationEndTime 필드 참고
기존 time 관련 테스트도 통과
Patch coverage: 87.09%
and project coverage change: -0.42%
:warning:
Comparison is base (
15d6b8b
) 81.79% compared to head (1f492f2
) 81.38%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What is this PR?
Key Changes
시간관련 기준을 모두 (UTC+00:00)로 통일함
위의 작업을 함으로써 #55 에서 request를 parse할때 UTC시간으로 컨버트하는 작업을 없에고 디비에 저장될때 자동으로 되게함
OffsetDateTime을 사용함으로 시간관련 요청의 형식은
2023-09-19T00:46:00+09:00 2023-09-18T15:46:00Z
이런식으로 할수있음
Test Checklist