11/3/71 CTIME (III)
NAME ctime -- convert date and time to ASCII
SYNOPSIS (move time to AC-MQ)
mov $buffer,r0
jsr pc,ctime
DESCRIPTION The output is 15 characters long. The time has
the format
Oct 9 17:32:24
The input time is in the AC and MQ registers in
the form returned by sys time.
FILES kept in /etc/liba.a
SEE ALSO ptime, to print time; sys time
DIAGNOSTICS --
BUGS The time is not taken modulo 1 year. (Jan 1
comes out Dec 32.) Also, the clock period is only
a couple of years.
OWNER dmr