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
I am experiencing issues when using SwiftDate built-in functions to serialize/deserialize dates from server in ISO8601 format.
example date from server: "2016-06-06T08:30:00+02:00"
Changing date format from "yyyy-MM-dd'T'HH:mm:ss:SSSS" to "yyyy-MM-dd'T'HH:mm:ssZZZZZ"fixes the issue
The text was updated successfully, but these errors were encountered:
I am experiencing issues when using SwiftDate built-in functions to serialize/deserialize dates from server in ISO8601 format.
example date from server:
"2016-06-06T08:30:00+02:00"
Changing date format from
"yyyy-MM-dd'T'HH:mm:ss:SSSS"
to"yyyy-MM-dd'T'HH:mm:ssZZZZZ"
fixes the issueThe text was updated successfully, but these errors were encountered: