Investigate logs contain dates (#71982)

## About The Pull Request
Investigate logs contain dates because I didn't notice they didn't have
dates.

## Why It's Good For The Game
Good for external parsers. Bringing logs closer to a standard (we hope)

## Changelog

🆑 Tattle
admin: investigate logs have dates, not just times
/🆑

Co-authored-by: tattle <article.disaster@gmail.com>
This commit is contained in:
tattle
2022-12-14 09:58:41 -05:00
committed by GitHub
co-authored by tattle
parent e3796a638c
commit a77d2987ea
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
var/mob/living/source_mob = src
source += " ([source_mob.ckey ? source_mob.ckey : "*no key*"])"
WRITE_FILE(F, "[time_stamp()] [REF(src)] ([x],[y],[z]) || [source] [message]<br>")
WRITE_FILE(F, "[time_stamp(format = "YYYY-MM-DD hh:mm:ss")] [REF(src)] ([x],[y],[z]) || [source] [message]<br>")
/client/proc/investigate_show()
set name = "Investigate"