VMS Help  —  CRTL  gmtime
    Converts time units to the broken-down UTC time.

    Format

      #include  <time.h>

      struct tm *gmtime  (const time_t *timer);

      struct tm *gmtime_r  (const time_t *timer, struct tm *result);
                           (ISO POSIX-1)
Additional Information: explode extract
Function Variants Arguments Description Return Values
Close Help