This commit is contained in:
vmorrisonwood 2024-01-23 21:09:44 +00:00
parent 463c81c08f
commit 90125c63cc

View file

@ -41,7 +41,7 @@ public class Config
items.Add(new( items.Add(new(
"timezone", "timezone",
"The system's time zone - shows timestamps in your local time.", "The system's time zone - shows timestamps in your local time",
ctx.Config.UiTz, ctx.Config.UiTz,
"UTC" "UTC"
)); ));