我想我错过了文化信息?(我不知道它是什么)。我从 json 得到这个日期:
<created_at>Tue Jul 16 07:56:04 +0000 2013</created_at>
但如果我尝试:
var CreatedAt = DateTime.ParseExact((string)x["created_at"], "yyyy-MM-dd", null)
我得到一个String was not recognized as a valid DateTime.
例外。我应该使用什么?