I\'m trying to parse a string that was generated by an NSDateFormatter using another NSDateFormatter with the same format.
Rather than trying to make that previous s
Your problem is that "YYYY" isn't a valid ICU date formatting option. You want "yyyy".
Capital 'Y' is only valid when used with the "week of year" option (i.e. "'Week 'w' of 'Y").