Next: MALLOC, Previous: LSTAT, Up: Intrinsic Procedures
LTIME — Convert time to local time infoTIME8()
intrinsic), fills TARRAY with values extracted from it appropriate
to the local time zone using localtime(3).
CALL LTIME(STIME, TARRAY)
| STIME | An INTEGER(*) scalar expression
corresponding to a system time, with
INTENT(IN).
|
| TARRAY | A default INTEGER array with 9 elements,
with INTENT(OUT).
|