We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a75cd commit 874c393Copy full SHA for 874c393
Loop/Managers/AppExpirationAlerter.swift
@@ -107,6 +107,7 @@ class AppExpirationAlerter {
107
let dateFormatter = DateFormatter()
108
dateFormatter.dateFormat = "EEE MMM d HH:mm:ss 'UTC' yyyy"
109
dateFormatter.locale = Locale(identifier: "en_US_POSIX") // Set locale to ensure parsing works
110
+ dateFormatter.timeZone = TimeZone(identifier: "UTC")
111
112
guard let dateString = BuildDetails.default.buildDateString,
113
let date = dateFormatter.date(from: dateString) else {
0 commit comments