是否可以以及如何将日志记录时区设置为 GMT?
Is it possible and how to set the logging timezone to GMT?
(即格式中的%(asctime)s
参数)
logging.Formatter.converter = time.gmtime
(记录在 logging.Formatter 的文档字符串中.formatTime
)
这篇关于如何在 Python 日志记录中设置 GMT/UTC 时间戳?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!