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.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/utils/chrono.hpp b/src/utils/chrono.hpp
new file mode 100644
index 0000000..5d0b3ed
--- /dev/null
+++ b/src/utils/chrono.hpp
@@ -0,0 +1,7 @@
+#pragma once
+
+#include <string>
+
+namespace bot::utils::chrono {
+ std::string format_timestamp(int seconds);
+}