1TIME(3F)                                                              TIME(3F)
2
3
4

NAME

6       time, ctime, ltime, gmtime - return system time
7

SYNOPSIS

9       integer function time()
10
11       character*(*) function ctime (stime)
12       integer stime
13
14       subroutine ltime (stime, tarray)
15       integer stime, tarray(9)
16
17       subroutine gmtime (stime, tarray)
18       integer stime, tarray(9)
19

DESCRIPTION

21       Time  returns  the  time  since 00:00:00 GMT, Jan. 1, 1970, measured in
22       seconds.  This is the value of the UNIX system clock.
23
24       Ctime converts a system time to a 24 character ASCII string.  The  for‐
25       mat  is  described  under  ctime(3).   No  'newline'  or  NULL  will be
26       included.
27
28       Ltime and gmtime disect a UNIX time into month, day, etc.,  either  for
29       the  local  time zone or as GMT.  The order and meaning of each element
30       returned in tarray is described under ctime(3).
31

FILES

33       /usr/lib/libU77.a
34

SEE ALSO

36       ctime(3), itime(3F), idate(3F), fdate(3F)
37
38
39
404.2 Berkeley Distribution        May 15, 1985                         TIME(3F)
Impressum