You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2021. It is now read-only.
When using this
DateFormatterseparately, I can successfully deserialize date string with it:If I use the same formatter when calling
.responeDecodableObject(decoder: decoder), model properties (of Date type) are set to nil.Is there any more setup that I am not aware of? Thanks