📜  Twitter 日期到时间戳 - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:16.854000             🧑  作者: Mango

代码示例1
import time

ts = time.strftime('%Y-%m-%d %H:%M:%S', time.strptime(tweet['created_at'],'%a %b %d %H:%M:%S +0000 %Y'))