I have a serialized DateTime string that looks like this:
2010-04-14T16:32:06.75+10:00
What's the simplest way to deserialize / handle it in a DateTime?
Have a look at DateTime.Parse ()