[issue28108] Python configure fails to detect tzname on platforms that have it.

Alexey Izbyshev report at bugs.python.org
Sun Dec 23 14:23:00 EST 2018


Alexey Izbyshev <izbyshev at ispras.ru> added the comment:

The resolution of this [1] glibc bug report effectively says that the use of global variables tzname, timezone and daylight is not supported by glibc unless a POSIX-style TZ setting is used (which is probably never in real world).

[1] https://sourceware.org/bugzilla/show_bug.cgi?id=23859

----------
nosy: +izbyshev

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue28108>
_______________________________________


More information about the Python-bugs-list mailing list