DATE_FORMAT
if (strptime(strtime, DATE_FORMAT, &tme) == NULL) {
strftime(strtime, 50, DATE_FORMAT, &tme);