TIME(3F) COMMAND REFERENCE TIME(3F)
NAME
time, ctime, ltime, gmtime - return system time
SYNOPSIS
integer function time ()
character*(*) function ctime (stime)
integer stime
subroutine ltime (stime, tarray)
integer stime, tarray(9)
subroutine gmtime (stime, tarray)
integer stime, tarray(9)
DESCRIPTION
Time returns the time since 00:00:00 GMT, Jan. 1, 1970,
measured in seconds. This is the value of the UTek system
clock.
Ctime converts a system time to a 24 character ASCII string.
The format is described under ctime(3c). No newline or NULL
is included.
Ltime and gmtime disect a UTek time into month, day, and so
forth, either for the local time zone or as GMT. The order
and meaning of each element returned in tarray is described
under ctime(3c).
FILES
/usr/lib/libU77.a
f77 UTek system interface library.
SEE ALSO
ctime(3c), itime(3f), idate(3f), and fdate(3f).
Printed 3/13/89 1
%%index%%
na:264,99;
sy:363,2011;
de:2374,868;
fi:3242,191;
se:3433,205;
%%index%%000000000096