LTIME — Convert time to local time info¶
- LTIME()¶
Given a system time value
TIME(as provided by the TIME intrinsic), fillsVALUESwith values extracted from it appropriate to the local time zone usinglocaltime(3).- Parameters
TIME – An
INTEGERscalar expression corresponding to a system time, withINTENT(IN).VALUES – A default
INTEGERarray with 9 elements, withINTENT(OUT).
- Returns
The elements of
VALUESare assigned as follows:
Standard:GNU extension
Class:Subroutine
Syntax:CALL LTIME(TIME, VALUES)
See also:DATE_AND_TIME, CTIME, GMTIME, TIME, TIME8