Set the self-hosted instance timezone
Change the default timezone for your self-hosted n8n instance.
Set the self-hosted instance timezone
The default timezone is America/New_York. For instance, the Schedule node uses it to know at what time the workflow should start. To set a different default timezone, set GENERIC_TIMEZONE to the appropriate value. For example, if you want to set the timezone to Berlin (Germany):
export GENERIC_TIMEZONE=Europe/BerlinYou can find the name of your timezone here.
Refer to Environment variables reference for more information on this variable.
Last updated on
