Eloquent Code
$film = Film::first();
return $film->created_at;
Sql Executed
Total Execution Time: 1.75
select * from `films` limit 1
Time: 1.75
Returned Data
Carbon {#225 +"date": "2017-10-12 00:07:37.000000" +"timezone_type": 3 +"timezone": "UTC" }