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 --- bot/src/utils/chrono.hpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 bot/src/utils/chrono.hpp (limited to 'bot/src/utils/chrono.hpp') diff --git a/bot/src/utils/chrono.hpp b/bot/src/utils/chrono.hpp new file mode 100644 index 0000000..7e85e70 --- /dev/null +++ b/bot/src/utils/chrono.hpp @@ -0,0 +1,11 @@ +#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