Python 用の Twitter API を使用して、ツイートのタイムスタンプを取得する必要があります。私はそれをしました。UTC から EST に変換する方法を知る必要があるだけです。
コードは次のとおりです。
def main():
twitter = Twitter(auth=OAuth('....'))
tweet = twitter.statuses.user_timeline.snl()
tweet_datetime = tweet[0]['created_at']
print tweet_datetime
>>> main()
>>> Tue Jun 18 22:23:22 +0000 2013