Skip to content

Commit 5b43677

Browse files
authored
Merge pull request #336 from yossizahn/main
Fix #329
2 parents 0b6ae5d + 550d917 commit 5b43677

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)