📚 Improve documentation

This commit is contained in:
Jan Oberhauser 2019-10-29 09:41:48 +01:00
parent 1b076a4763
commit 33fad1dc06

View file

@ -195,10 +195,10 @@ The following environment variables support file input:
## Setting Timezone ## Setting Timezone
To define the timezone n8n should use the environment variable `GENERIC_TIMEZONE` can 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. 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 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`. the environment variable `TZ`.
Example to use the same timezone for both: Example to use the same timezone for both: