Laravel set timestamp timezone

Viewed 10320

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.

2 Answers
Related