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

/gem5/ext/pybind11/include/pybind11/
H A Dchrono.h155 // otherwise other code that is using localtime may break this (not just python code)
156 std::tm localtime = *std::localtime(&tt); local
161 return PyDateTime_FromDateAndTime(localtime.tm_year + 1900,
162 localtime.tm_mon + 1,
163 localtime.tm_mday,
164 localtime.tm_hour,
165 localtime.tm_min,
166 localtime.tm_sec,
/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_trace_file_base.cpp256 struct tm* p_tm = localtime(&long_time);
/gem5/src/base/
H A Dtime.cc89 struct tm *tm = localtime(&sec);
/gem5/util/batch/
H A Djob.py36 return time.strftime('%a %b %e %H:%M:%S %Z %Y', time.localtime())
/gem5/util/pbs/
H A Djob.py38 return time.strftime('%a %b %e %H:%M:%S %Z %Y', time.localtime())
/gem5/src/systemc/utils/
H A Dvcd.cc232 struct tm *p_tm = localtime(&long_time);
/gem5/ext/ply/ply/
H A Dcpp.py152 tm = time.localtime()
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc3561 // Windows' localtime(), which has a thread-local tm buffer.
3562 struct tm* tm_ptr = localtime(&seconds); // NOLINT

Completed in 34 milliseconds