2
使用twitter api for python,我需要獲取tweet的時間戳。我做到了。我只需要知道如何將它從UTC轉換爲EST。python twitter api tweet時間戳從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