I am using Lumen framework. How can I change Timezone to Europe/Paris CEST?
I added a varaible in my .env file:
.env
APP_TIMEZONE=Europe/Pari
Use php time zones from php manual Php time zones
For example mine i changed from the UTC value in config/app.php with
'timezone' => 'Africa/Nairobi',