Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はこのコードを使用して、日付を解析しています。
DateTime.ParseExact(someElement.Attribute( "date")。Value、 "ddd MMM dd HH:mm:ss CEST yyyy"、CultureInfo.InvariantCulture);
「日付」属性は次のとおりです。FriNov0216:30:00 CET 2012
しかし、私はまだこのエラーを受け取ります、何か考えはありますか?
あなたはCESTフォーマット文字列を持っていますがCST、実際の日付属性を持っています。
CEST
CST