9.130. GMTIME

9.130 GMTIME — Convert time to GMT info

Description:

Given a system time value TIME (as provided by the TIME 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).

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.

Standard:

GNU extension

Class:

Subroutine

Syntax:

CALL GMTIME(TIME, VALUES)

Argu