5
I switched the Timezone 'timezone' => 'America/Sao_Paulo'
, but not getting the GMT +3
, which is the one in Brasilia.
You have to trade something else somewhere else, off app.php?
5
I switched the Timezone 'timezone' => 'America/Sao_Paulo'
, but not getting the GMT +3
, which is the one in Brasilia.
You have to trade something else somewhere else, off app.php?
Browser other questions tagged php laravel laravel-5
You are not signed in. Login or sign up in order to post.
What time are you picking up? America/Sao_paulo is -3.
– rray
As in PHP config ?
– gmsantos
you can create a test controller with the code
echo date_default_timezone_get();
anddate_default_timezone_set('Europe/London');
to modify the Timezone and check if the change happens.– rray
Your question currently has two votes for closure, one as a problem that cannot be reproduced or typing error and one as not being clear enough. Reading your question, I understand that there is a lack of context and detail about your problem and what you did or didn’t do in the code. As for the vote to close or not, I particularly abstain.
– Victor Stafusa