STAMP_LENGTH
char then[STAMP_LENGTH + 1];
if (strftime(then, STAMP_LENGTH, time_string, &tm_time) == 0) {
strftime(then, STAMP_LENGTH, time_string, &tm_time);