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
In Lumen's .env file, specify the timezones. For India, it would be like:
APP_TIMEZONE = 'Asia/Calcutta' DB_TIMEZONE = '+05:30'