I set the time zone in app.php to 'UTC' and also in database.php set to 'UTC' but still, the dates are saving in the local time zone, please can help anyone? I have try this
app.php
'timezone'=> env('TIMEZONE','UTC'),
Database.php
'mysql' => [
'timezone' => '+00:00',
],