Re: ST_CTIME convert to yyyymmdd

2006-08-07 Thread Hitesh
All right I got it. Thank you anyway... create_date = os.stat(pathname)[ST_CTIME] print time.strftime("%Y%m%d", time.gmtime(create_date)) Hitesh wrote: > Hi, > > Any hint on converting time from ST_CTIME secs into mmdd format? > sorry for one-liner stupid question.. I couldn;t find (or rathe

ST_CTIME convert to yyyymmdd

2006-08-07 Thread Hitesh
Hi, Any hint on converting time from ST_CTIME secs into mmdd format? sorry for one-liner stupid question.. I couldn;t find (or rather figure out) in docs. Thank you, hj -- http://mail.python.org/mailman/listinfo/python-list