Skip to content

Commit 5b12379

Browse files
committed
Add missing NSDateFormatter
1 parent 39b4034 commit 5b12379

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/swagger-codegen/src/main/resources/swift/Models.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ class Decoders {
100100
let formatters = [
101101
"yyyy-MM-dd",
102102
"yyyy-MM-dd'T'HH:mm:ssZZZZZ",
103+
"yyyy-MM-dd'T'HH:mm:ss.SSSZZZZZ",
103104
"yyyy-MM-dd'T'HH:mm:ss'Z'"
104105
].map { (format: String) -> NSDateFormatter in
105106
let formatter = NSDateFormatter()

0 commit comments

Comments
 (0)