I'm having trouble parsing an iso date from my json api/mongodb using rest kit.
The iso date string I'm getting back is "2011-11-15T04:00:00Z" whichdoesn't get converted to an nsdate in my object, showing as null.
What's the recommended work around if I can't format my date string, server side at the api?