In my graph Api for facebook..
I am getting this data.. from Json.. \"updated_time\" = \"2011-05-17T14:52:16+0000\";
\"updated_time\" = \"2011-05-17T14:52:16+0000\";
and I am using this code to
The dateFormat was wrong, it should be with capital Ms for the month:
[df setDateFormat:@"yyyy-MM-ddTHH:mm:ssZZZZ"];