Laravel has a timestamp
that generates columns created_at
and updated_at
.
I want to ask what's the best way to set application timezone ? I want to set time zone for my application to GMT+8.
Change timezone value in config/app.php
like :
'timezone' => 'Asia/Kathmandu',
I've added Asia/Kathmandu
in context of Nepal. You can add your Time Zone over there.
Note: Don't forget to clear configuration cache.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With