开发者

How to convert a string containing a EDT related instant to a DateTime?

I have 开发者_如何学Pythona 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.


Check out the TimeZoneInfo class and this question, or the definitive time zone guide.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜