TIMESIZE
timestr = malloc(TIMESIZE);
rv = strftime(timestr, TIMESIZE, nl_langinfo(D_T_FMT), &runtime);