OSDN Git Service

DM日付形式変更はTwitter側不具合だったため、rev1097の変更を取り消し
authorkiri_feather <kiri_feather@users.sourceforge.jp>
Wed, 24 Nov 2010 02:02:22 +0000 (02:02 +0000)
committerKimura Youichi <kim.upsilon@bucyou.net>
Sat, 18 Feb 2012 14:16:41 +0000 (23:16 +0900)
git-svn-id: http://svn.sourceforge.jp/svnroot/tween/trunk@1102 e39ad16e-3079-482e-bb30-4b4d378143b6

Tween/Twitter.vb

index 2c9cf85..a3ecf35 100644 (file)
@@ -1779,7 +1779,7 @@ Public Class Twitter
                 End SyncLock
                 'sender_id
                 'recipient_id
-                post.PDate = DateTime.ParseExact(xentry.Item("created_at").InnerText.Replace("UTC", "+0000"), "ddd MMM dd HH:mm:ss zzzz yyyy", System.Globalization.DateTimeFormatInfo.InvariantInfo, System.Globalization.DateTimeStyles.None)
+                post.PDate = DateTime.ParseExact(xentry.Item("created_at").InnerText, "ddd MMM dd HH:mm:ss zzzz yyyy", System.Globalization.DateTimeFormatInfo.InvariantInfo, System.Globalization.DateTimeStyles.None)
                 '本文
                 post.Data = xentry.Item("text").InnerText
                 'HTMLに整形