Update common.h

This commit is contained in:
Gabi Melman 2017-06-01 03:42:10 +03:00 committed by GitHub
parent 5d5f2f3ac3
commit 9470bdd3ec

View File

@ -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
}; };
// //