Searched refs:sys_time (Results 1 – 5 of 5) sorted by relevance
24 13 64 time sys_time25 13 spu time sys_time
491 std::chrono::sys_time<usSinceEpoch> date; in dateStringToEpoch()
213 201 common time sys_time
24 13 64 time sys_time
206 using sys_time = std::chrono::time_point<std::chrono::system_clock, Duration>; variable208 using sys_days = sys_time<days>;209 using sys_seconds = sys_time<std::chrono::seconds>;4227 operator<<(std::basic_ostream<CharT, Traits>& os, const sys_time<Duration>& tp)4246 return (os << sys_time<Duration>{ut.time_since_epoch()});6244 const sys_time<Duration>& tp)8030 sys_time<Duration>& tp, std::basic_string<CharT, Traits, Alloc>* abbrev = nullptr,