Laravel Wrong Timestamp

[Solved] Laravel Wrong Timestamp | Php - Code Explorer | yomemimo.com
Question : laravel wrong timestamp

Answered by : ian-7soit1nui83l

//In laravel project go to project/config there is a file app.php, in this file search for:
'timezone' => '';
//change it to
'timezone' => 'Asia/Manila';
//here's the list of timezones available https://www.php.net/manual/en/timezones.asia.php

Source : https://stackoverflow.com/questions/43539332/incorrect-time-returned-in-laravel | Last Update : Tue, 31 May 22

Answers related to laravel wrong timestamp

Code Explorer Popular Question For Php