See this SO question: http://stackoverflow.com/questions/1282069/parsing-non-standard-date-string-from-stackoverflow-into-a-net-datetime.
It seems to me that if you are going to use the Universal Sortable time format, you should omit the timezone qualifier as it is already implicit in the time specification. The Z on the end of the time implies Zulu or UTC.