When using this
protected $casts = [
'created_at' => 'datetime:d/m/Y H:i:s',
'updated_at' => 'datetime:d/m/Y H:i:s'
];
in models, into database the hour from timestamp is correct, but when i retrieve the model in a request, the cast have 3 hours added (current in Argentina UTC-3), didnt change anything using APP_TIMEZONE into .env