Laravel Carbon returns incorrect time
问题 I have an issue with my Laravel app that I'm developing, the returns time is incorrect, I did specify the timezone on both config/app.php and php.ini file, and I did clear the cache on Laravel using the following commands: php artisan cache:clear php artisan view:clear php artisan config:cache Also, I restarted my PHP service after changing the timezone in php.ini file. I'm using XAMPP as a server. Please note: the only correct time is by using pure php function! Anyone can help me in