'json']; public function getCreatedAtAttribute($value) { return Carbon::parse($value) ->setTimezone('America/Chicago') ->format('M j, Y H:i:s'); } }