Newtonsoft deserialize doesn't convert string to DateTime
I am using the Facebook Graph API which is returning a a json object that contains a datetime in a string in the following format: "created_time": "2013-01-25T00:11:02+0000" The deserialized object contains this datetime: "0001-01-01 00:00:00", which I suppose is the…