I have python 2.7.5(linux) and 2.7.12(anaconda, windows) installed. My logger looks like:
formatter = logging.Formatter( %(w)s - %(k)s - %(v)s',
datefmt='%d/%b/%Y:%H:%M:%S %z')
Linux:
- 10/May/2017:07:15:36 +0000 -
Windows(anaconda)
- 10/May/2017:16:23:15 Central Europe Daylight Time -
Anybody has an idea how to get rid of "Central Europe Daylight Time" and have +0000 instead ????