HELP SYSDAYTIME                                             A. Sloman Dec 1983

    sysdaytime() -> string

This procedure returns the current date and time as a string, in the same
format as it would be printed by the operating system on which it is run.
For example, on UNIX it would look thus:

    sysdaytime() =>
    ** Tue Dec 27 21:10:27 GMT 1983

On VMS it would be printed slightly differently.

See also
REF *SYSUTIL         - for further details of systems utilities
HELP *CLOCK          - on procedures using the system clock
HELP *SYSSETTIMER    - calls a procedure when a specified time has elapsed
HELP *SYSTIME        - returns total CPU time for current POPLOG system run
