Locale 한글 추가
This commit is contained in:
@@ -134,7 +134,7 @@ struct LiveReservationItemView: View {
|
||||
|
||||
// 3~6. 출력용 Formatter (로컬 시간 기준)
|
||||
let localFormatter = DateFormatter()
|
||||
localFormatter.locale = Locale.current
|
||||
localFormatter.locale = Locale.autoupdatingCurrent
|
||||
localFormatter.timeZone = TimeZone.current
|
||||
|
||||
// 3. 월 (1~12)
|
||||
|
||||
@@ -151,7 +151,7 @@ struct MyLiveReservationItemView: View {
|
||||
|
||||
// 3~6. 출력용 Formatter (로컬 시간 기준)
|
||||
let localFormatter = DateFormatter()
|
||||
localFormatter.locale = Locale.current
|
||||
localFormatter.locale = Locale.autoupdatingCurrent
|
||||
localFormatter.timeZone = TimeZone.current
|
||||
|
||||
// 3. 월 (1~12)
|
||||
|
||||
Reference in New Issue
Block a user