Next: MALLOC, Previous: LSTAT, Up: Intrinsic Procedures [Contents][Index]
LTIME — Convert time to local time infoGiven a system time value TIME (as provided by the TIME
intrinsic), fills VALUES with values extracted from it appropriate
to the local time zone using localtime(3).
This intrinsic routine is provided for backwards compatibility with GNU Fortran 77. In new code, programmers should consider the use of the DATE_AND_TIME intrinsic defined by the Fortran 95 standard.
GNU extension
Subroutine
CALL LTIME(TIME, VALUES)
| TIME | An INTEGERscalar expression
corresponding to a system time, withINTENT(IN). | 
| VALUES | A default INTEGERarray with 9 elements,
withINTENT(OUT). | 
The elements of VALUES are assigned as follows: