Skip to content

Commit

Permalink
Fix #329
Browse files Browse the repository at this point in the history
  • Loading branch information
yossizahn committed Dec 17, 2022
1 parent 0b6ae5d commit 550d917
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 550d917

Please sign in to comment.