refactor(clock): use fmt::localtime

This commit is contained in:
Alexis
2018-08-15 20:53:27 +02:00
parent d427512d7d
commit 608b791ac1
2 changed files with 4 additions and 4 deletions

View File

@ -2,6 +2,7 @@
#include <json/json.h>
#include <fmt/format.h>
#include "fmt/time.h"
#include "util/chrono.hpp"
#include "IModule.hpp"