xxtelebot  1.4.1.0
A simple Telegram Bot implementation in C++
time.h
1 #ifndef TGBOT_UTILS_TIME_H
2 #define TGBOT_UTILS_TIME_H
3 
4 #include <string>
5 
6 namespace tgbot {
7  namespace utils {
13  std::string get_current_time(const std::string &fmt);
14 
15  } // namespace utils
16 } // namespace tgbot
17 
18 #endif // TGBOT_UTILS_TIME_H
Main tgbot namespace.
Definition: bot.h:13
std::string get_current_time(const std::string &fmt)
get current localtime, with specific formatting