Copyright Digital Equipment Corp. All rights reserved.
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)
Function_Variants Arguments Description Return_Values