gpt4 book ai didi

python - 日期时间 Python

转载 作者:行者123 更新时间:2023-11-28 23:06:51 25 4
gpt4 key购买 nike

如何将“12/17/2010 4:12:12 PM”转换为日期时间对象?

例如,如果它是“2007-03-04T21:08:12Z”,我会这样做

dd =datetime.strptime( "2007-03-04T21:08:12Z", "%Y-%m-%dT%H:%M:%SZ" )

但是对于 AM/PM 的时间有什么直接的方法吗?

最佳答案

来自 strptime(3) 手册页:

   %I     The hour on a 12-hour clock (1-12).

...

%p The locale’s equivalent of AM or PM. (Note: there may be none.)

关于python - 日期时间 Python,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4475083/

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