라이브 예약 표시를 UTC 기준으로 변경
This commit is contained in:
@@ -85,7 +85,10 @@ struct LiveReservationCancelView: View {
|
||||
.cornerRadius(4.7)
|
||||
|
||||
VStack(alignment: .leading, spacing: 0) {
|
||||
Text(item.beginDateTime)
|
||||
let beginDateText = item.beginDateTimeUtc
|
||||
.parseUtcIsoDate()?
|
||||
.convertDateFormat(dateFormat: "yyyy.MM.dd EEE hh:mm a") ?? item.beginDateTimeUtc
|
||||
Text(beginDateText)
|
||||
.font(.custom(Font.medium.rawValue, size: 9.3))
|
||||
.foregroundColor(Color(hex: "ffd300"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user