Answers for "laravel 8 timezone india"

PHP
3

date_default_timezone_set for india in php laravel

Inside config/app.php
 replace timezone
 'timezone' => 'Asia/Kolkata'
Posted by: Guest on June-18-2020
0

how to set timezone for iran in laravel

1 ) go to config/app.php
2 ) 'timezone' => 'Asia/Tehran',
3 ) php artisan config:cache
4 ) php artisan cache:clear
Posted by: Guest on August-26-2021

Browse Popular Code Answers by Language