GMTIME
— Convert time to GMT infoTIME8
intrinsic), fills VALUES 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(TIME, VALUES)
TIME | An INTEGER scalar expression corresponding to a system time, with INTENT(IN) . |
VALUES | A default INTEGER array with 9 elements, with INTENT(OUT) . |
© Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
https://gcc.gnu.org/onlinedocs/gcc-4.9.3/gfortran/GMTIME.html