Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #57622 > unrolled thread
| Started by | "Joseph L. Casale" <jcasale@activenetwerx.com> |
|---|---|
| First post | 2013-10-26 15:36 +0000 |
| Last post | 2013-10-26 15:36 +0000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Logging timezones "Joseph L. Casale" <jcasale@activenetwerx.com> - 2013-10-26 15:36 +0000
| From | "Joseph L. Casale" <jcasale@activenetwerx.com> |
|---|---|
| Date | 2013-10-26 15:36 +0000 |
| Subject | Logging timezones |
| Message-ID | <mailman.1583.1382801873.18130.python-list@python.org> |
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
Back to top | Article view | comp.lang.python
csiph-web