[issue22798] time.mktime doesn't update time.tzname

Alexander Belopolsky report at bugs.python.org
Mon Aug 31 19:33:51 CEST 2015


Alexander Belopolsky added the comment:

> C tzname changes on my machine after the corresponding C mktime() calls 

Did you run the code that I posted?  If not - please do and report the results.

(I think there is a valid issue behind all this, but you are not helping to reveal it.  I suspect we can do better by just relying on system tzset() and not have the try June and January work-around.  That's why I added Antoine to the "nosy" as the developer who last touched this code.)

----------

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


More information about the Python-bugs-list mailing list