ctime_r
char *ctime_r(const time_t *, char *);
char *ctime_r(const time_t *timep, char *buf);
ctime_r(&t, s);
(void )ctime_r(&now, tbuf);