Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ ctime(3f) — Ultrix FORTRAN 1.0 RISC

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

ctime(3)

itime(3f)

idate(3f)

fdate(3f)

time(3f)  —  RISC

NAME

time, ctime, ltime, gmtime − return system time

SYNTAX

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

The time function returns the time since 00:00:00 GMT, Jan 1, 1970, measured in seconds. This is the value of the UNIX system clock.

The stime value is the integer time value to convert, such as the the value returned by the time function.

The ctime function converts a system time to a 24 character ASCII string. The format is described under ctime(.). No newline or NULL will be included.

The ltime and gmtime functions dissect a UNIX time into month, day, and so on, either for the local time zone or as GMT. The order and meaning of each element returned in tarray is described under ctime(.).

FILES

/usr/lib/libU77.a

SEE ALSO

ctime(3)
itime(3f), idate(3f), fdate(3f) in the FORTRAN Reference Pages

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026