I set the time zone of the clock server in Asia / Tokyo. However, although I made changes to php.ini and restarted httpd, it will not return the correct time. Time is 9 hours less than a year later. When I change the time zone of Europe / Berin, I see a change in time, but it also does not return the correct time.
Here is my php code
echo('<pre>'); var_dump(date("Y/m/d G:i:s")); echo('</pre>'); exit;
php.ini
date.timezone = Asia/Tokyo
Are there any suggestions?
php vagrant
Sho
source share