mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
📚 Improve documentation
This commit is contained in:
parent
1b076a4763
commit
33fad1dc06
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue