We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922c87f commit 1a1b798Copy full SHA for 1a1b798
dbg.h
@@ -461,7 +461,7 @@ template <>
461
inline bool pretty_print(std::ostream& stream, const time&) {
462
using namespace std::chrono;
463
464
- const auto now = high_resolution_clock::now();
+ const auto now = system_clock::now();
465
const auto us =
466
duration_cast<microseconds>(now.time_since_epoch()).count() % 1000000;
467
const auto hms = system_clock::to_time_t(now);
0 commit comments