From 33fad1dc06b3fc4be5d20519f3b0db6320f7d667 Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Tue, 29 Oct 2019 09:41:48 +0100 Subject: [PATCH] :books: Improve documentation --- docker/images/n8n/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/images/n8n/README.md b/docker/images/n8n/README.md index 4c20c68e87..3250fd4e17 100644 --- a/docker/images/n8n/README.md +++ b/docker/images/n8n/README.md @@ -195,10 +195,10 @@ The following environment variables support file input: ## Setting Timezone -To define the timezone n8n should use the environment variable `GENERIC_TIMEZONE` can -be set. This gets used to by for example the Cron-Node. +To define the timezone n8n should use, the environment variable `GENERIC_TIMEZONE` can +be set. This gets used by for example the Cron-Node. Apart from that can also the timezone of the system be set separately. Which controls what -some scripts and commands return like `> date`. The system timezone can be set via +some scripts and commands return like `$ date`. The system timezone can be set via the environment variable `TZ`. Example to use the same timezone for both: