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:
authorGabi Melman <gmelman1@gmail.com>2017-06-01 03:42:10 +0300
committerGitHub <noreply@github.com>2017-06-01 03:42:10 +0300
commit9470bdd3ec21c1158d066e49f724ed1dfcd1e698 (patch)
tree4b23eb45418a0acf070312a006b34f86fd0d636c
parent5d5f2f3ac3f199be8f30b40d6e0d78c5c10001b8 (diff)
Update common.h
-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
};
//