将 UNIX 时间戳抓取到最后一秒

grab UNIX timestamp down to the last second

如何在 python3 中获取准确的 Unix 时间?

import time
t = (time.strftime("%d/%m/%Y"))

例如,我可以使用上面的代码并将其插入转换器。但这对我的需要不起作用,因为没有输出到小时和秒

使用 Time.Time() 您可以获取准确的 UNIX 时间戳