[issue13471] setting access time beyond Jan. 2038 on remote share failes on Win7 x64

Amaury Forgeot d'Arc report at bugs.python.org
Tue Nov 29 22:38:44 CET 2011


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

It's probably SAMBA which does not support time_t above 32bit.
st_atime=910692730085 corresponds to a FILE_TIME of 0x7fffffffffffffff

----------

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


More information about the Python-bugs-list mailing list