I have a bunch of strings that are DateTime values dumped from some database... Probably MySql. I have no control on the structure.
The strings look like this:
2011-05-17 00:00:00 Etc/GMT
I've found solutions that involve replacing "Etc/GMT" prior to the parse. This smells bad.
Is there a one step solution to turning this string to a DateTime without stripping out the timezone info?