diff options
| -rw-r--r-- | bot/src/modules/chatters.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/src/modules/chatters.hpp b/bot/src/modules/chatters.hpp index 12d641f..fe921ab 100644 --- a/bot/src/modules/chatters.hpp +++ b/bot/src/modules/chatters.hpp @@ -47,7 +47,7 @@ namespace bot::mod { std::ostringstream oss; - oss << std::put_time(now, "%d.%m.%Y %H:%M:%s"); + oss << std::put_time(now, "%d.%m.%Y %H:%M:%S"); cpr::Multipart multipart = { {"paste", body}, |
