From 143578b591e77493329145d6810f28bd5ccb539d Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 16 Sep 2026 20:06:06 -0400 Subject: [PATCH] [systemd] Inject timezone to emacs env --- systemd/.config/systemd/user/emacs.service | 1 + 1 file changed, 1 insertion(+) diff --git a/systemd/.config/systemd/user/emacs.service b/systemd/.config/systemd/user/emacs.service index 489f3b9..10fe64b 100644 --- a/systemd/.config/systemd/user/emacs.service +++ b/systemd/.config/systemd/user/emacs.service @@ -13,6 +13,7 @@ Restart=on-failure # Make sure it uses your session environment Environment=DISPLAY=:0 Environment=XAUTHORITY=%h/.Xauthority +Environment=TZ=America/New_York [Install] WantedBy=graphical-session.target