Skip to content
Snippets Groups Projects
Verified Commit e9a0127d authored by Gregor Longariva's avatar Gregor Longariva :speech_balloon:
Browse files

wrong place for replace

parent 0069f8b4
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ public class OpenISO8601DateFormatter: DateFormatter {
setup()
}
override public func date(from string: String) -> String? {
override public func date(from string: String) -> Date? {
if let result = super.date(from: string) {
return result
} else if let result = OpenISO8601DateFormatter.withoutSeconds.date(from: string) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment