Level 60
Hi, take a look in php.ini on the server, ssh into your server and run
php -i | grep timezone
1 like
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Good day All,
I have set my TimeZone in config\app.php:
'timezone' => 'Africa/Johannesburg',
I am on shared hosting and I have a MySQL db.
My migration file:
$table->timestampTz("subscribed_at")->useCurrent();
But when inserting new users it does not save the date with correct TimeZone. I have clear cache / config and everything.
What am I missing here?
Please advise :)
Hi, take a look in php.ini on the server, ssh into your server and run
php -i | grep timezone
Please or to participate in this conversation.