VMS Help  —  CRTL  localtime
    Convert a time value to broken-down local time.

    Format

      #include  <time.h>

      struct tm *localtime  (const time_t *timer);

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