mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
Fix #329
This commit is contained in:
parent
0b6ae5d7ec
commit
550d917b33
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ extension DateFormatter {
|
|||
let formatter = DateFormatter()
|
||||
formatter.dateFormat = "MM/dd/yy HH:mm"
|
||||
formatter.locale = Locale(identifier: "en_US_POSIX")
|
||||
formatter.calendar = .init(identifier: .iso8601)
|
||||
return formatter
|
||||
}()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue