11/3/71 PTIME (III) NAME ptime -- print date and time SYNOPSIS (move time to ac-mq) mov file,r0 jsr pc,ptime DESCRIPTION ptime prints the date and time in the form Oct 9 17:20:33 on the file whose file descriptor is in r0. The string is 15 characters long. The time to be printed is placed in the AC and MQ registers in the form returned by sys time. FILES kept in /usr/lib/liba.a SEE ALSO sys time, ctime (used to do the conversion) DIAGNOSTICS -- BUGS see ctime OWNER dmr, ken