Skip to content

Commit 4026735

Browse files
committed
Change TimestampT in EventLog back to system_clock.
1 parent c29d50e commit 4026735

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/react/logging/EventLog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
///////////////////////////////////////////////////////////////////////////////////////////////////
3030
class EventLog
3131
{
32-
using TimestampT = std::chrono::time_point<std::chrono::high_resolution_clock>;
32+
using TimestampT = std::chrono::time_point<std::chrono::system_clock>;
3333

3434
class Entry
3535
{

0 commit comments

Comments
 (0)