Searched refs:time_struct (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googletest/src/
H A Dgtest.cc3575 struct tm time_struct; local
3576 if (!PortableLocaltime(static_cast<time_t>(ms / 1000), &time_struct))
3579 return StreamableToString(time_struct.tm_year + 1900) + "-" +
3580 String::FormatIntWidth2(time_struct.tm_mon + 1) + "-" +
3581 String::FormatIntWidth2(time_struct.tm_mday) + "T" +
3582 String::FormatIntWidth2(time_struct.tm_hour) + ":" +
3583 String::FormatIntWidth2(time_struct.tm_min) + ":" +
3584 String::FormatIntWidth2(time_struct.tm_sec);

Completed in 23 milliseconds