hello, I'm working with time, and my cast outputs a different value than what's in the database.
protected $casts = [
'created_at' => 'datetime:Y-m-d h:i:s',
'deleted_at' => 'datetime:Y-m-d h:i:s'
];
show: 2022-11-18 09:39:53 - database: 2022-11-18 18:39:53
show: 2022-11-17 09:15:27 - database: 2022-11-17 18:15:27
show: 2022-11-17 12:15:27 - database: 2022-11-17 09:15:27