We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9962bec commit e7eea00Copy full SHA for e7eea00
Sources/AWSLambdaEvents/Utils/DateWrappers.swift
@@ -83,7 +83,7 @@ public struct DateTimeCoding: Decodable {
83
let dateString = try container.decode(String.self)
84
guard let date = Self.dateFormatter.date(from: dateString) else {
85
throw DecodingError.dataCorruptedError(in: container, debugDescription:
86
- "Expected date to be in iso8601 date format with fractional seconds, but `\(dateString)` does not forfill format")
+ "Expected date to be in date-time format with fractional seconds, but `\(dateString)` does not forfill format")
87
}
88
self.wrappedValue = date
89
0 commit comments