gpt4 book ai didi

python - 从毫秒获取时间对象

转载 作者:行者123 更新时间:2023-11-28 22:42:29 24 4
gpt4 key购买 nike

从毫秒 int 获取 python 时间对象的最佳方法是什么?例如:

ms = 2588832
datetime.timedelta(seconds = ?)

我想得到的答案是“00:43:08”

最佳答案

您可以创建时间增量 directly from milliseconds :

datetime.timedelta(milliseconds=2588832)

关于python - 从毫秒获取时间对象,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31685539/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com