Home | History | Annotate | Download | only in processor

Lines Matching refs:timestr

378   char timestr[20];
379 int rv = strftime(timestr, 20, "%Y-%m-%d %H:%M:%S", &timestruct);
384 return string(timestr);