- Laravel-mongodb Version: 4.1 - PHP Version: 8.2 - Database Driver & Version: ### Description: When using a timezone like "Europe\Amsterdam" the date is stored in UTC but when retrieved is not transformed in local time. ### Steps to reproduce 1. create a model 2. dd( $model->created_at , Carbon::now() ) ### Expected behaviour same ( not exactly ) date and time ### Actual behaviour created_at is 1 hour earlier