Changed timezone to default to UTC, and added a comment about it in the .env file.

This commit is contained in:
angel
2026-03-27 18:22:05 -04:00
parent b524c1cd72
commit 57a8097a14
+1 -1
View File
@@ -1,5 +1,5 @@
# --- General Configuration --- # --- General Configuration ---
TZ=America/New_York TZ=Etc/UTC # Change to your timezone if needed
USER_UID=1000 USER_UID=1000
USER_GID=1000 USER_GID=1000