Timezone no values

Hi, ihave the problem that no timezones are visible in settings.


After try to set timezone i get an 404 Error message.
Where i can find a solution ?

Regards,
Stefan
## Share the output returned by the last node
<!-- If you need help with data transformations, please also share your expected output. -->

## Information on your n8n setup
- **n8n version:** 1.92.2
- **Database (default: SQLite):** Postgres
- **n8n EXECUTIONS_PROCESS setting (default: own, main):** main
- **Running n8n via (Docker, npm, n8n cloud, desktop app):** Docker
- **Operating system:** Ubuntu 24.04

Ehy, welcome!

If you just need to set a timezone manually for now, you can do it via the GENERIC_TIMEZONE env variable:

In your Docker .env file or compose config:

GENERIC_TIMEZONE=Europe/Berlin

Then restart the container.

Lmk how it goes, cheers!

Why this is not fixed ? It comes 404 Error.

Hello @Stefan,
idk why, please share some further info regarding this.

Thanks