Recent activity
Subscribe to this feed
dylan_baxter replied on July 10, 2008 16:00 to the problem "Why are the timestamps in Twitter RSS feeds listed in GMT?" in Twitter:
bjornkri replied on July 10, 2008 10:54 to the problem "Why are the timestamps in Twitter RSS feeds listed in GMT?" in Twitter:
dylan_baxter replied on June 14, 2008 03:25 to the problem "Why are the timestamps in Twitter RSS feeds listed in GMT?" in Twitter:
Maybe this'll help someone...
While looping through the XML with PHP5 you can correct the time yourself using the DateTime object:
$dt = new DateTime($status->created_at);
$dt->modify("-7 hours");
echo $dt->format('D'),', ',$dt->format('F'), ' ',
$dt->format('j'),', ',$dt->format('Y'),' @ ',
$dt->format('G'),':',$dt->format('i');-
wvpv started following the question "How to update tweets RSS frequency?" in Twitter.
-
wvpv started following the question "Is twitter intending to make the URLs in the rss feed feed clickable?" in Twitter.
wvpv replied on May 16, 2008 20:39 to the question "Is twitter intending to make the URLs in the rss feed feed clickable?" in Twitter:
wvpv replied on May 16, 2008 20:38 to the problem "Why are the timestamps in Twitter RSS feeds listed in GMT?" in Twitter:
-
wvpv started following the problem "Why are the timestamps in Twitter RSS feeds listed in GMT?" in Twitter.
Loading Profile...


