Go to the first, previous, next, last section, table of contents.


CTime Intrinsic (subroutine)

CALL CTime(Result, STime)

Result: CHARACTER; scalar; INTENT(OUT).

STime: INTEGER; scalar; INTENT(IN).

Intrinsic groups: unix.

Description:

Converts STime, a system time value, such as returned by TIME8(), to a string of the form `Sat Aug 19 18:13:14 1995', and returns that string in Result.

See section Time8 Intrinsic.

Some non-GNU implementations of Fortran provide this intrinsic as only a function, not as a subroutine.

For information on other intrinsics with the same name: See section CTime Intrinsic (function).


Go to the first, previous, next, last section, table of contents.