Re: PyLZMA lastwritetime file to python datetime

2011-04-22 Thread rabusta
On Apr 22, 5:12 pm, Chris Rebert wrote: > [Mildly educated guess after > scanninghttps://github.com/fancycode/pylzma/blob/master/py7zlib.py]: > > It's likely a Unix timestamp. Perhaps try > datetime.datetime.utcfromtimestamp() or > datetime.datetime.fromtimestamp() > ?http://docs.python.org/libr

Re: PyLZMA lastwritetime file to python datetime

2011-04-22 Thread Chris Rebert
On Fri, Apr 22, 2011 at 1:49 AM, rabusta wrote: > How convert lastwritetime file to python datetime? [Mildly educated guess after scanning https://github.com/fancycode/pylzma/blob/master/py7zlib.py ]: It's likely a Unix timestamp. Perhaps try datetime.datetime.utcfromtimestamp() or datetime.date

PyLZMA lastwritetime file to python datetime

2011-04-22 Thread rabusta
How convert lastwritetime file to python datetime? -- http://mail.python.org/mailman/listinfo/python-list