mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
commit
5b43677f30
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