Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

laravel wrong timestamp

//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 by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #laravel #wrong #timestamp
ADD COMMENT
Topic
Name
9+6 =