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, withINTENT(IN). | 
| TARRAY | A default INTEGERarray with 9 elements,
                        withINTENT(OUT). |