stat() st_ctime

2005-11-14 Thread B. Gas
Hi, I run system call to stat from a little C program that show the status of a file,.. The time displayed is in seconds and therefore I need some help from anyone to show me how to make the time_stamp to look like something for example the example below: Access: 2005-11-09 09:17:46 (2005-11-09

Re: stat() st_ctime

2005-11-14 Thread Tobias Weingartner
On Tuesday, November 15, B. Gas wrote: I run system call to stat from a little C program that show the status of a file,.. The time displayed is in seconds and therefore I need some help from anyone to show me how to make the time_stamp to look like something for example the example

Re: stat() st_ctime

2005-11-14 Thread Ben Hooper
|I run system call to stat from a little |C program that show the status of a file,.. | |The time displayed is in seconds and therefore |I need some help from anyone to show me how |to make the time_stamp to look like something |for example the example below: | |Access: 2005-11-09 09:17:46