carbon php carbon from unic code example
Example 1: php carbon get timestamp
Carbon::now()->timestamp
Example 2: carbon add few hours
Carbon::now('UTC')->addHour($hours)->format('Y-m-d H:i:s')
Carbon::now()->timestamp
Carbon::now('UTC')->addHour($hours)->format('Y-m-d H:i:s')