I searched many links but so far I coudn`t find a solution to my problem.
I have a web hosting on Go Daddy, and it is returning different times for PHP and MySQL:
- PHP Datetime =>13/02/2018 17:10:50
- MySQL Datetime =>13/02/2018 12:10:50
I've already set my PHP timezone to:
date_default_timezone_set('America/Sao_Paulo');
Would anyone know a way to adjust the MySQL time?
Thanks