ctime_r
char *ctime_r(const time_t *, char *);
fprintf(fp, "%.15s ", ctime_r(&now, timbuf) + 4);
ctime_r(&t, ct);