blish-hud / Blish-HUD

A Guild Wars 2 overlay with extreme extensibility through compiled modules.
https://blishhud.com
MIT License
328 stars 61 forks source link

suggestion: add UTC timezone info to log #945

Closed Taschenbuch closed 6 months ago

Taschenbuch commented 7 months ago

current behavior:

the blish logs show the local time stamp. That is usefull because noone really thinks in UTC+0 timezone, but rather in their local time zone. BUT when a user shares their log in discord help channel it is hard to find out for helping people, whether this was a recent log or an hours old log. example: 13:43:40.8202 | INFO | Blish_HUD.Modules.Pkgs.StaticPkgRepoProvider | Getting module list...

suggested behavior:

Option 1: keep the local time stamp, but add the UTC timezone behind it. example: 13:43:40.8202 (UTC+6) | INFO | Blish_HUD.Modules.Pkgs.StaticPkgRepoProvider | Getting module list...

Option 2: OR add the UTC timezone offset once at top of each log. maybe as a single log message or in a different way example: "local time (UTC+3): 13:00:00, UTC time: 10:00:00"