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
The NSISO8601DateFormatter class generates date strings that are not compliant with the ISO8601 specification when the format option NSISO8601DateFormatWithColonSeparatorInTimeZone is used.
This option is used when specifying the formatting option NSISO8601DateFormatWithInternetDateTime which is also used by default.
The
NSISO8601DateFormatter
class generates date strings that are not compliant with the ISO8601 specification when the format optionNSISO8601DateFormatWithColonSeparatorInTimeZone
is used.This option is used when specifying the formatting option
NSISO8601DateFormatWithInternetDateTime
which is also used by default.A fix for this issue can be found here: #339
The text was updated successfully, but these errors were encountered: