localtime
localtime, localtime_s
Defined in header <time.h> | ||
---|---|---|
struct tm *localtime( const time_t *time ); | (1) | |
struct tm *localtime_s(const time_t *restrict time, struct tm *restrict result); | (2) | (since C11) |
Defined in header <time.h> | ||
---|---|---|
struct tm *localtime( const time_t *time ); | (1) | |
struct tm *localtime_s(const time_t *restrict time, struct tm *restrict result); | (2) | (since C11) |