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 382dfd3 commit cbd5c8bCopy full SHA for cbd5c8b
Sources/Core/Extensions/Codable+Extensions.swift
@@ -88,7 +88,7 @@ extension DateFormatter {
88
}()
89
90
public static let iso8601DateFormatter: ISO8601DateFormatter = {
91
- if #available(iOS 11, macOS 10.13, *) {
+ if #available(iOS 11.2, macOS 10.13, *) {
92
let formatter = Foundation.ISO8601DateFormatter()
93
formatter.formatOptions = [.withInternetDateTime, .withFractionalSeconds]
94
return formatter
0 commit comments