From 4f160e48332c19b5087490a661dc9c07a04454a9 Mon Sep 17 00:00:00 2001 From: Jordie0608 Date: Thu, 26 Feb 2015 20:15:15 +1100 Subject: [PATCH] server time for status panel --- code/modules/mob/mob.dm | 1 + html/changelogs/Jordie0608 servertime.yml | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 html/changelogs/Jordie0608 servertime.yml diff --git a/code/modules/mob/mob.dm b/code/modules/mob/mob.dm index ae9c3a3906c..bf2137b41a7 100644 --- a/code/modules/mob/mob.dm +++ b/code/modules/mob/mob.dm @@ -698,6 +698,7 @@ var/list/slot_equipment_priority = list( \ ..() if(statpanel("Status")) + stat(null, "Server Time: [time2text(world.realtime, "YYYY-MM-DD hh:mm")]") var/ETA switch(SSshuttle.emergency.mode) if(SHUTTLE_RECALL) diff --git a/html/changelogs/Jordie0608 servertime.yml b/html/changelogs/Jordie0608 servertime.yml new file mode 100644 index 00000000000..e750a4cf8e3 --- /dev/null +++ b/html/changelogs/Jordie0608 servertime.yml @@ -0,0 +1,6 @@ +author: Jordie0608 + +delete-after: True + +changes: + - rscadd: "The server's current local time is now displayed in status panel in ISO date format (YYYY-MM-DD hh:mm)" \ No newline at end of file