I have the following date string Tue Jan 06 2015 17:31:25 GMT-0500
When i try to parse it i'm getting the following exception: Additional information: String was not recognized as a valid DateTime.
model.UpdatedDate = DateTime.ParseExact("Tue Jan 06 2015 17:31:25 GMT-0500", "ddd MMM dd yyyy HH:mm:ss ZZZZ", new CultureInfo("en-US"));