问题
I have a string in this format:
"Fri, 18 Mar 2011 18:53:15 EDT"
I want to convert this to datetime object, the problem is with EDT, at the end. If I use GMT DateTime.TryParse works fine, but if it is something else like EDT, it return false.
回答1:
Check out the TimeZoneInfo class and this question, or the definitive time zone guide.
来源:https://stackoverflow.com/questions/5358774/how-to-convert-a-string-containing-a-edt-related-instant-to-a-datetime