We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e61e83b commit 4a51be4Copy full SHA for 4a51be4
Sources/AWSLambdaEvents/Utils/DateWrappers.swift
@@ -92,7 +92,6 @@ public struct ISO8601WithFractionalSecondsCoding: Decodable, Sendable {
92
}
93
94
#if canImport(FoundationEssentials)
95
- @available(macOS 12.0, *)
96
private static var iso8601WithFractionalSeconds: Date.ISO8601FormatStyle {
97
Date.ISO8601FormatStyle(includingFractionalSeconds: true)
98
0 commit comments