summaryrefslogtreecommitdiff
path: root/src/utils/chrono.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/chrono.hpp')
-rw-r--r--src/utils/chrono.hpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/utils/chrono.hpp b/src/utils/chrono.hpp
deleted file mode 100644
index 7e85e70..0000000
--- a/src/utils/chrono.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#pragma once
-
-#include <chrono>
-#include <string>
-
-namespace bot::utils::chrono {
- std::string format_timestamp(int seconds);
- std::chrono::system_clock::time_point string_to_time_point(
- const std::string &value,
- const std::string &format = "%Y-%m-%d %H:%M:%S");
-}