Python logging is outputting with the time 4 hours ahead of system

Posted by Rhubarb on Stack Overflow See other posts from Stack Overflow or by Rhubarb
Published on 2010-06-09T11:56:34Z Indexed on 2010/06/09 12:02 UTC
Read the original article Hit count: 119

Filed under:

My system is set to EDT in Linux, and I can confirm this in Python with datetime.now(). However the logger is outputting 4 hours ahead. What could be the cause of this?

© Stack Overflow or respective owner

Related posts about python