To get the widely used Unix timestamp in Python is very easy: In [1]: import time In [2]: int(time.time()) Out[2]: 1566168361 But in the shell, ...
確定! 回上一頁