carbon from timestamp code example
Example 1: carbon add minutes
Carbon::now()->addMinutes($minutes)->timestamp;
Example 2: php carbon get timestamp
Carbon::now()->timestamp
Example 3: php carbon from timestamp
Carbon::createFromTimestamp(1616013398)
Example 4: carbon add few hours
Carbon::now('UTC')->addHour($hours)->format('Y-m-d H:i:s')