I did not find any relevant information (only tricks) about how to set the default timezone in Lumen 5.2. Is there any clean way to do this?
In Lumen 5.2 the Application class actually reads from a APP_TIMEZONE environment variable.
You can easily set timezone via a .env file using or setting the environment variable on your server:
APP_TIMEZONE=UTC