Have you changed the timezone in config\app.php?
| Here you may specify the default timezone for your application, which
| will be used by the PHP date and date-time functions. We have gone
| ahead and set this to a sensible default for you out of the box.
|
*/
'timezone' => 'UTC',
/*
Thanks that was what I was looking for. For future readers... I changed it to one of the PHP supported timezones for the purpose of EST I used
'timezone' => 'America/New_York',
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community