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 19e1ea5 commit f24850fCopy full SHA for f24850f
FirebaseStorage/Sources/StorageMetadata.swift
@@ -230,7 +230,7 @@ import Foundation
230
return 0
231
}
232
233
- private static var dateFormatter: DateFormatter = {
+ private static let dateFormatter: DateFormatter = {
234
let dateFormatter = DateFormatter()
235
dateFormatter.locale = Locale(identifier: "en_US_POSIX") // set locale to reliable US_POSIX
236
dateFormatter.dateFormat = "yyyy'-'MM'-'dd'T'HH':'mm':'ss.SSSZZZZZ"
0 commit comments