From 58c2c96c54dddc770a513c70530a6ac8c39c5f43 Mon Sep 17 00:00:00 2001 From: Derek Cooper Date: Sat, 16 May 2026 00:59:38 -0700 Subject: [PATCH] changed default timezone --- n8n/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/n8n/.env.example b/n8n/.env.example index 6142cc8..66ce497 100644 --- a/n8n/.env.example +++ b/n8n/.env.example @@ -7,7 +7,7 @@ N8N_APP_VERSION=latest N8N_DB_VERSION=16 # Timezone for the n8n container (IANA format) -N8N_TZ=America/Chicago +N8N_TZ=America/Los_Angeles # Password for the PostgreSQL n8n user (used by both app and db services) N8N_DB_PASSWORD=changeme