I want to change the timezone, I have changed the timezone in config/app.php to 'timezone' => 'PRC'.
And when I check the database, I found the field I added myself showed the correct time, however the default field added by the Framework itself created _at, updated_at showed the UTC time.
I want to know whether exits a place to change the framework timezone?
I want to change the timezone, I have changed the timezone in
config/app.php
to'timezone' => 'PRC'
. And when I check the database, I found the field I added myself showed the correct time, however the default field added by the Framework itselfcreated _at
,updated_at
showed the UTC time.I want to know whether exits a place to change the framework timezone?
Thx!