gpt4 book ai didi

python - 如何获取 GMT 时间?

转载 作者:太空宇宙 更新时间:2023-11-03 18:49:17 24 4
gpt4 key购买 nike

到目前为止我已经:

>>> import time
>>> time.strftime("%a, %d %b %Y %H:%M:%S %Z", time.localtime())
'Tue, 10 Sep 2013 22:55:08 Mitteleurop\xe4ische Sommerzeit'

但我需要的是:

'Tue, 10 Sep 2013 22:55:08 GMT'

最佳答案

>>> import time
>>> time.strftime("%a, %d %b %Y %H:%M:%S GMT", time.gmtime())
'Tue, 10 Sep 2013 20:08:51 GMT

关于python - 如何获取 GMT 时间?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18727834/

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