From: Rob H. <for...@us...> - 2001-11-22 08:46:59
|
Update of /cvsroot/sandweb/sandweb/doc/API In directory usw-pr-cvs1:/tmp/cvs-serv21286 Modified Files: File.txt Log Message: updated documentation to reflect reality Index: File.txt =================================================================== RCS file: /cvsroot/sandweb/sandweb/doc/API/File.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -U2 -r1.2 -r1.3 --- File.txt 2001/11/22 08:29:00 1.2 +++ File.txt 2001/11/22 08:46:56 1.3 @@ -240,14 +240,14 @@ METHOD - get_mtime + get_age SYNOPSIS - my $mtime = $file->get_mtime(); + my $age = $file->get_age(); DESCRIPTION Returns the date of the last modification to this - file, in UNIX time ( seconds since 01-01-1970 UTC ). + file, in local time ( day month date time year ). PARAMETERS |