RE: timestamp conversion

2005-05-18 Thread DBSMITH
.net> cc 05/18/2005 12:26 AMSubject RE: time

Re: timestamp conversion

2005-05-18 Thread Peter_Farrar
>My goal is to get element 9 of stat which is mtime. I am getting this with >ease, but my end goal is to convert this number back into a readable format >giving me how old the file is. > >So here is a rough draft formula : (time in seconds - last MTime ) = >seconds old. > >Convert seconds o

RE: timestamp conversion

2005-05-18 Thread DBSMITH
.net> cc 05/18/2005 12:26 AMSubject RE: t

RE: timestamp conversion

2005-05-17 Thread Charles K. Clarkson
[EMAIL PROTECTED] wrote: : All, : : My goal is to get element 9 of stat which is mtime. I am : getting this with ease, but my end goal is to convert this : number back into a readable format giving me how old the file : is. Are you sure mtime tracks file age? I wa