[issue17627] Datetime and time doesn't update timezone in a running Win app

R. David Murray report at bugs.python.org
Wed Apr 3 23:47:56 CEST 2013


R. David Murray added the comment:

On linux, if you call time.ctime() before and after changing the system /etc/localtime file, the time will be updated without restarting Python.  The same applies to datetime.now().

----------
nosy: +r.david.murray
stage: needs patch -> 

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17627>
_______________________________________


More information about the Python-bugs-list mailing list