8

9月 | 2018 | 炒饭的小站

 3 years ago
source link: https://blog.chaofan.io/archives/2018/09
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
9月 | 2018 | 炒饭的小站

Python2中datetime对象的timestamp方法的替代

在Python3里,可以直接用datetime对象的timestamp方法得到对应的时间戳。但是Python2又没有,为了兼容,还是要找到替代品,完成同样的事情。

from datetime import datetime
t = datetime.now()
timestamp = t.timestamp()  # Python3才有

于是就Google一下“python 2 datetime timestamp”,第一个结果给出了这样的回答: [crayon-5fde3c5edc4db94833275 […]


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK