Skip to content

Commit 550d917

Browse files
committed
Fix #329
1 parent 0b6ae5d commit 550d917

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Xcodes/Backend/DateFormatter+.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ extension DateFormatter {
66
let formatter = DateFormatter()
77
formatter.dateFormat = "MM/dd/yy HH:mm"
88
formatter.locale = Locale(identifier: "en_US_POSIX")
9+
formatter.calendar = .init(identifier: .iso8601)
910
return formatter
1011
}()
1112

0 commit comments

Comments
 (0)