1Go to your_project/config/app.php, there is a line:
2 'timezone' => ''
3set it to:
4 'timezone' => 'Asia/Kolkata'
5
6It will set the default timezone to Asia/Kolkata. After setting this you will
7get Indian time.
8
9Here is the list of Supported Timezones
10https://www.php.net/manual/en/timezones.php