Update common.h
This commit is contained in:
parent
5d5f2f3ac3
commit
9470bdd3ec
@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user