date verification

This commit is contained in:
nhmall
2015-04-17 00:12:53 -04:00
parent 38bdb175cc
commit d52c6a208d

View File

@@ -783,6 +783,7 @@ time_t date;
Sprintf(datestr, "%04ld%02d%02d%02d%02d%02d",
datenum, lt->tm_mon + 1, lt->tm_mday,
lt->tm_hour, lt->tm_min, lt->tm_sec);
debugpline1("yyyymmddhhmmss() produced date string %s", datestr);
return(datestr);
}