From 43817c957311165c21e6057c5d5d9cbba496c1db Mon Sep 17 00:00:00 2001 From: Tharylia <41393569+Tharylia@users.noreply.github.com> Date: Sun, 10 Mar 2024 20:06:15 +0100 Subject: [PATCH] #945 Add utc offset to log timestamps --- Blish HUD/GameServices/DebugService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Blish HUD/GameServices/DebugService.cs b/Blish HUD/GameServices/DebugService.cs index 395cd8e11..3e3360760 100644 --- a/Blish HUD/GameServices/DebugService.cs +++ b/Blish HUD/GameServices/DebugService.cs @@ -37,7 +37,7 @@ public class DebugService : GameService { private static LoggingConfiguration _logConfiguration; - private const string STRUCLOG_TIME = "${time:invariant=true}"; + private const string STRUCLOG_TIME = "${date:universalTime=false:format=HH\\:mm\\:ss.mmm K}"; // Default culture is invariant private const string STRUCLOG_LEVEL = "${level:uppercase=true:padding=-5}"; private const string STRUCLOG_LOGGER = "${logger}"; private const string STRUCLOG_MESSAGE = "${message}";