Australia/Melbourne
is a listed timezone in the list of timezones wiki page, but is not recognised as a timezone in n8n when setting environment variables. In my case, I use n8n with a docker container specifying the environment variable like this in a docker-compose file.
environment:
- TZ=Australia/Sydney
- GENERIC_TIMEZONE=Australia/Sydney
Using Australia/Sydney
instead of Australia/Melbourne
works and both are the exact same timezones.
Not sure if this is something that can be fixed?