From e1ff0487d681a11d68dd7675cf38267fd9b75268 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 2 Feb 2025 13:22:16 +0100 Subject: [PATCH] Include the timezone name in 003. --- src/coremods/core_info/core_info.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coremods/core_info/core_info.cpp b/src/coremods/core_info/core_info.cpp index 4bba36636..b9b196bf8 100644 --- a/src/coremods/core_info/core_info.cpp +++ b/src/coremods/core_info/core_info.cpp @@ -123,7 +123,7 @@ public: , numeric003(RPL_CREATED) , numeric004(RPL_MYINFO) { - numeric003.push(Time::ToString(ServerInstance->startup_time, "This server was created on %d %b %Y at %H:%M:%S", true)); + numeric003.push(Time::ToString(ServerInstance->startup_time, "This server was created on %d %b %Y at %H:%M:%S %Z", true)); numeric004.push(ServerInstance->Config->GetServerName()); numeric004.push(INSPIRCD_BRANCH);