라이브 예약 완료 화면의 날짜 표시 로직 수정
MakeLiveReservationResponse의 필드 변경 사항을 반영하여 날짜 표시 로직을 수정함. UTC 시간을 디바이스 타임존으로 변환하고 yyyy.MM.dd E hh:mm a 포맷으로 표시함.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user