9.175. LTIME

9.175 LTIME — Convert time to local time info

Description:
Given a system time value TIME (as provided by the TIME8 intrinsic), fills VALUES with values extracted from it appropriate to the local time zone using localtime(3).
Standard:
GNU extension
Class:
Subroutine
Syntax:
CALL LTIME(TIME, VALUES)
Arguments:
TIME An INTEGER scalar expression corresponding to a system time, with INTENT(IN).
VALUES A default INTEGER array with 9 elements, with INTENT(OUT).
Return value:
The elements of VALUES are assigned as follows:
    登录查看完整内容