summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bot/src/modules/chatters.hpp2
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},