Copyright Digital Equipment Corp. All rights reserved.

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 available:

Function_Variants               Arguments       Description     Return_Values