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 replied on May 16, 2008 20:38 to the problem "Why are the timestamps in Twitter RSS feeds listed in GMT?" in Twitter:
charris1980 replied on March 15, 2008 06:20 to the problem "Why are the timestamps in Twitter RSS feeds listed in GMT?" in Twitter:
velkr0 replied on February 28, 2008 18:48 to the problem "Why are the timestamps in Twitter RSS feeds listed in GMT?" in Twitter:
mindofmatt started following the problem "Why are the timestamps in Twitter RSS feeds listed in GMT?" in Twitter.
Loading Profile...




