How to set timestamps on GMT/UTC on Python logging? March 24, 2023 by Tarik logging.Formatter.converter = time.gmtime (documented in the docstring of logging.Formatter.formatTime)