Next: HOSTNM, Previous: GETUID, Up: Intrinsic Procedures
GMTIME — Convert time to GMT infoTIME8()
intrinsic), fills TARRAY with values extracted from it appropriate
to the UTC time zone (Universal Coordinated Time, also known in some
countries as GMT, Greenwich Mean Time), using gmtime(3).
     CALL GMTIME(STIME, TARRAY)
     | STIME | An INTEGER(*)scalar expression
                        corresponding to a system time, withINTENT(IN). | 
| TARRAY | A default INTEGERarray with 9 elements,
                        withINTENT(OUT). |