[issue13413] time.daylight incorrect behavior in linux glibc

Alexander Belopolsky report at bugs.python.org
Sun Jun 29 21:33:31 CEST 2014


Alexander Belopolsky added the comment:

Same result on a freshly compiled

Python 3.4.1 (default, Jun 29 2014, 15:26:46)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-4)] on linux

$ TZ=Europe/Moscow ~/Apps/bin/python3 -c "import time; print(time.daylight)"
0

I suspect that the problem was with OP's system timezone database.

----------

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


More information about the Python-bugs-list mailing list