TIMESIZE
char timestr[TIMESIZE];
(void)strftime(timestr, TIMESIZE, "%T %F", &runtime);
(void)strftime(timestr, TIMESIZE, "%X %x", &runtime);