From 57a8097a14dff0606f8d7ed15aae2fd6e3d3626e Mon Sep 17 00:00:00 2001 From: angel Date: Fri, 27 Mar 2026 18:22:05 -0400 Subject: [PATCH] Changed timezone to default to UTC, and added a comment about it in the .env file. --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 6cbbbe1..bc71654 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ # --- General Configuration --- -TZ=America/New_York +TZ=Etc/UTC # Change to your timezone if needed USER_UID=1000 USER_GID=1000