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 7ba43c0 commit e2e580fCopy full SHA for e2e580f
README.md
@@ -83,7 +83,7 @@ encoder.dateEncodingStrategy = .iso8601()
83
let any = try encoder.encode(Date(timeIntervalSince1970: 0))
84
```
85
86
-Epochs are also supported using `.secondsSince1970` and `millisecondsSince1970`.
+Epochs are supported using `.secondsSince1970` and `.millisecondsSince1970` or use `.custom` to provide a closure for alternate coding.
87
88
## Nil Encoding/Decoding Strategy
89
0 commit comments