I am getting strings in the form:
"2011-10-12T11:55:34.803EST"
"2011-10-05T16:58:05.043GMT"
I would like to store these values as DateTime objects but a simple DateTime.Parse() does not work. Is there anyway I can convert those strings to DateTime objects? As far as I can tell, DateTime does not know about timezones.