how to set timestamp in carbon code example
Example 1: current timestamp carbon
Carbon::now()->timestamp
Example 2: php carbon from timestamp
Carbon::createFromTimestamp(1616013398)
Carbon::now()->timestamp
Carbon::createFromTimestamp(1616013398)