From d1793df1eda463b10107d41785ad1d7f055ed476 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 18 May 2024 14:48:12 +0500 Subject: upd: moved the bot part to a relative subfolder --- src/utils/chrono.hpp | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/utils/chrono.hpp (limited to 'src/utils/chrono.hpp') 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 -#include - -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"); -} -- cgit v1.2.3