I have a server in GMT but I want to update those fields ( *created_at* and *updated_at* ) to save timestamps in PST.
I\'ve already did some tests trying to accompli
For Lumen it works with this in .env file:
DB_TIMEZONE="+03:00"