Redvent.com is the URL
If you look on the right side, there should be 2 tweets that both say : “about a minute ago”
In fact, they both were created several minutes apart and are now hours old.
I have made changes to the code, but nothing that’s remotely near the twitter module. It should be noted this error was present before I made changes to the code.
I’ve been working on it for a while, I found this line
$obj->created_at = $this->getData( $item->created_at );
but my best guess is it’s calling the incorrect date, getting a 0 or an error, and then the code further down is interpreting that error as a tweet that was just created.
Any ideas?