1
I’m making an insert into a Mysql table that contains several date fields.
I left in the default column created_at table the value current_timestamp.
If I make one INSERT now, it is inserting: 12:29:00. That is, three more hours.
And if I do the INSERT in this column manually by Laravel, so:
$model->created_at = date('Y-m-d H:i:s')
It also inserts with three hours more.
How do I fix it ?
Good. I didn’t even remember that parade.
– Diego Souza