라이브 예약 완료 화면의 날짜 표시 로직 수정

MakeLiveReservationResponse의 필드 변경 사항을 반영하여 날짜 표시
로직을 수정함. UTC 시간을 디바이스 타임존으로 변환하고
yyyy.MM.dd E hh:mm a 포맷으로 표시함.
This commit is contained in:
Yu Sung
2026-01-21 18:56:32 +09:00
parent 9223e26a07
commit 75452f0ffd
2 changed files with 8 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ struct MakeLiveReservationResponse: Decodable {
let reservationId: Int
let nickname: String
let title: String
let beginDateString: String
let beginDateTimeUtc: String
let price: String
let haveCan: Int
let useCan: Int