Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/spdlog/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/spdlog/common.h b/include/spdlog/common.h
index 994e847d..fdfe7bcb 100644
--- a/include/spdlog/common.h
+++ b/include/spdlog/common.h
@@ -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
};
//