> On Mon, 05 Nov 2007 23:33:16 -0800, awel wrote: > > > I am trying to to make a script to move all the files that has been > > created at today's to another folder but my problem is the date format > > that I receive from the 'os.stat [stat.ST_CTIME]' is different from > > the one that I receive from the 'datetime.date.today()'. >
In [28]: import time In [29]: time.time() Out[29]: 1194338141.5951259 -- http://mail.python.org/mailman/listinfo/python-list
