9.74. CTIME
9.74 CTIME — Convert a time into a string
- Description:
-
CTIME
converts a system time value, such as returned byTIME8
, to a string. The output will be of the form ‘Sat Aug 19 18:13:14 1995
’.This intrinsic is provided in both subroutine and function forms; however, only one form can be used in any given program unit.
- Standard:
- GNU extension
- Class:
- Subroutine, function
- Syntax:
-
CALL CTIME(TIME, RESULT)
.RESULT = CTIME(TIME)
. - Arguments:
-
TIME The type shall be of type INTEGER
.RESULT The type