Commit 9470bdd3 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update common.h

parent 5d5f2f3a
...@@ -112,8 +112,8 @@ enum class async_overflow_policy ...@@ -112,8 +112,8 @@ enum class async_overflow_policy
// //
enum class pattern_time_type enum class pattern_time_type
{ {
local, // use variant of time similar to std::localtime for std::tm local, // log localtime
utc // use variant of time similar to std::gmtime for std::tm utc // log utc
}; };
// //
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment