From 9b805442043b07cd6ace48b43c9a9af1b6764472 Mon Sep 17 00:00:00 2001 From: SkyMarshal Date: Wed, 4 Apr 2012 19:58:44 -0700 Subject: [PATCH] Small timestamp change --- code/modules/admin/admin.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index fcc8d14e423..f45ba9327c9 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -89,7 +89,7 @@ var/day_string = "[time2text(world.timeofday, "DD")][modifyer]" if(copytext(day_string,1,2) == "0") day_string = copytext(day_string,2) - var/full_date = time2text(world.timeofday, "DDD, MMM DD of YYYY") + var/full_date = time2text(world.timeofday, "DDD, Month DD of YYYY") var/day_loc = findtext(full_date, time2text(world.timeofday, "DD")) P.timestamp = "[copytext(full_date,1,day_loc)][day_string][copytext(full_date,day_loc+2)]"