Skip to content

Conversation

soundsgoodsofar
Copy link

NSDateFormatter supports the new 'ZZZZZ' pattern, and that's Apple's recommended pattern for parsing RFC3339.
https://developer.apple.com/reference/foundation/nsdateformatter

NSDateFormatter supports the new 'ZZZZZ' pattern, and that's Apple's recommended pattern for parsing RFC3339.
https://developer.apple.com/reference/foundation/nsdateformatter
@soundsgoodsofar
Copy link
Author

Parsing was failing for strings like this that I believe should be RFC3339 compatible: "2016-11-29T21:23:37+00:00". The new formatter string succeeds for these.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant