Logging timezones

Joseph L. Casale jcasale at activenetwerx.com
Sat Oct 26 11:36:35 EDT 2013


The default converter attribute uses localtime, but often under windows when
I add an additional logger, create a new file handler and set a formatter the time
switches to utc.

Obviously redefining a new converter class does nothing as the default is what I
wanted to start with, localtime.

Anyone experienced this and have a workaround?

Thanks,
jlc



More information about the Python-list mailing list