This commit is contained in:
gabime
2016-07-22 20:19:26 +03:00
parent eff486dbae
commit 43a4048b92
7 changed files with 3292 additions and 2580 deletions

View File

@@ -214,7 +214,7 @@ protected:
private:
std::chrono::system_clock::time_point _next_rotation_tp()
{
{
auto now = std::chrono::system_clock::now();
time_t tnow = std::chrono::system_clock::to_time_t(now);
tm date = spdlog::details::os::localtime(tnow);