From 92b5bb9bfa8c5408a036ff7538ee20ed20ade8a4 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Mon, 24 Apr 2023 03:07:29 +0200 Subject: [PATCH] Update second timezone --- dwmstatus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwmstatus.c b/dwmstatus.c index 26a2a15..c3f5a3e 100644 --- a/dwmstatus.c +++ b/dwmstatus.c @@ -20,7 +20,7 @@ char *tzargentina = "America/Buenos_Aires"; char *tzutc = "UTC"; char *tzwarsaw = "Europe/Warsaw"; -char *tzlocal = "Australia/Sydney"; +char *tzlocal = "Europe/Warsaw"; static Display *dpy;