mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 10:29:02 +08:00
Update common.h
This commit is contained in:
@@ -112,8 +112,8 @@ enum class async_overflow_policy
|
||||
//
|
||||
enum class pattern_time_type
|
||||
{
|
||||
local, // use variant of time similar to std::localtime for std::tm
|
||||
utc // use variant of time similar to std::gmtime for std::tm
|
||||
local, // log localtime
|
||||
utc // log utc
|
||||
};
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user