mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Include the timezone name in 003.
This commit is contained in:
parent
a6829ca46d
commit
e1ff0487d6
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user