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 below:
> 
> Access: 2005-11-09 09:17:46 (2005-11-09 08:17:46 UTC)
> Modify: 2005-11-09 09:17:01 (2005-11-09 08:17:01 UTC)
> Change: 2005-11-09 09:17:01 (2005-11-09 08:17:01 UTC)

man ctime(3), date(1), etc...

--Toby.

Reply via email to