Answers for "Twitter Date to Timestamp"

0

Twitter Date to Timestamp

import time

ts = time.strftime('%Y-%m-%d %H:%M:%S', time.strptime(tweet['created_at'],'%a %b %d %H:%M:%S +0000 %Y'))
Posted by: Guest on June-15-2021

Browse Popular Code Answers by Language