Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #57622
| From | "Joseph L. Casale" <jcasale@activenetwerx.com> |
|---|---|
| Subject | Logging timezones |
| Date | 2013-10-26 15:36 +0000 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1583.1382801873.18130.python-list@python.org> (permalink) |
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 comp.lang.python | Previous | Next | Find similar | Unroll thread
Logging timezones "Joseph L. Casale" <jcasale@activenetwerx.com> - 2013-10-26 15:36 +0000
csiph-web