gpt4 book ai didi

python - python中的数字列表到日期时间转换

转载 作者:行者123 更新时间:2023-12-01 04:23:37 26 4
gpt4 key购买 nike

如何在 python 中将此时间列表转换为日期时间?

time = [2014, 1, 1, 0, 0]  

所以结果应该是:

result = datetime.datetime(2014, 1, 1, 0, 0)

最佳答案

打开包装即可。

result = datetime.datetime(*time)

关于python - python中的数字列表到日期时间转换,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33414829/

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