Skip to content

Commit

Permalink
Merge pull request #336 from yossizahn/main
Browse files Browse the repository at this point in the history
Fix #329
  • Loading branch information
MattKiazyk committed Dec 29, 2022
2 parents 0b6ae5d + 550d917 commit 5b43677
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Xcodes/Backend/DateFormatter+.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
}()

Expand Down

0 comments on commit 5b43677

Please sign in to comment.