Dmitry Shachnev added the comment:

Is it possible to set timezone based on localtime(current_time) where 
current_time is the result of time() call?

This bug is not just about returning the wrong timezone. Because of it, the 
full time string produced with Python may be wrong. For example, my mail 
sending program uses `email.utils.formatdate(localtime=True)', and that is 
returning a time one hour in the past currently.

----------
nosy: +mitya57
status: pending -> open

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22752>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to