From 9470bdd3ec21c1158d066e49f724ed1dfcd1e698 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Thu, 1 Jun 2017 03:42:10 +0300 Subject: [PATCH] Update common.h --- include/spdlog/common.h | 4 ++-- 1 file 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 }; //