Zugriff auf Windows Dateieigenschaften

David Bolen db3l at fitlinxx.com
Fri Nov 2 17:48:59 EST 2001


"Steve Holden" <sholden at holdenweb.com> writes:

> still-worrying-about-april-2038-ly y'rs  - steve

I thought it was January?

    >>> max=0x7fffffff
    >>> time.ctime(max)
    'Mon Jan 18 22:14:07 2038'

although if we can get stuff to switch consistently to unsigned for
time_t before then, we'll buy plenty of time :-)

--
-- David
-- 
/-----------------------------------------------------------------------\
 \               David Bolen            \   E-mail: db3l at fitlinxx.com  /
  |             FitLinxx, Inc.            \  Phone: (203) 708-5192    |
 /  860 Canal Street, Stamford, CT  06902   \  Fax: (203) 316-5150     \
\-----------------------------------------------------------------------/



More information about the Python-list mailing list