Possible Duplicate:
Is there a simple way of converting an ISO8601 timestamp to a formatted NSDate?
How to convert string to date in objective-c?
If I do requestForGrpahPath:@"me/inbox" with read_mailbox permission then I get this:
"data": [
{
"id": "XXXXXXXXXXXXXXXXX",
"from": {
"name": "XXXXXXXXXXXX",
"id": "XXXXXXXXXXXXXXX"
},
"message": "yeup!",
"created_time": "2012-12-03T10:28:21+0000" // how to convert this time to normal NSdate
},