diff --git a/Blish HUD/GameServices/DebugService.cs b/Blish HUD/GameServices/DebugService.cs index 395cd8e1..69d60648 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.ffff 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}";