indian time laravel

Solutions on MaxInterview for indian time laravel by the best coders in the world

showing results for - "indian time laravel"
Adriana
16 Jun 2017
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