Sometimes besides created_at and updated_at we may need another custom date fields which can be needed to process with Carbon object. So, we need to define those with $dates variable in model.
// In model protected $dates= ['upgraded_at', 'paid_at', 'purchase_time']