[issue15942] Time representation for Windows incorrect when BIOS clock set to localtime when calling time.localtime()

Garrett Cooper report at bugs.python.org
Thu Sep 13 23:37:53 CEST 2012


Garrett Cooper added the comment:

Except it wasn't built within the Cygwin environment...

$ python -c 'import sys; print sys.version'
2.6.1 (r261:67515, Dec  5 2008, 13:58:38) [MSC v.1500 32 bit (Intel)]
$ ldd `which python` | grep -i ygwin || echo "not cygwin"
not cygwin

----------

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


More information about the Python-bugs-list mailing list