We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c29d50e commit 4026735Copy full SHA for 4026735
1 file changed
include/react/logging/EventLog.h
@@ -29,7 +29,7 @@
29
///////////////////////////////////////////////////////////////////////////////////////////////////
30
class EventLog
31
{
32
- using TimestampT = std::chrono::time_point<std::chrono::high_resolution_clock>;
+ using TimestampT = std::chrono::time_point<std::chrono::system_clock>;
33
34
class Entry
35
0 commit comments