carbon create from datetime string code example
Example 1: carbon now format
use Carbon/Carbon
Carbon::now()->format('Y-m-d H:i:s');
Example 2: php carbon get timestamp
Carbon::now()->timestamp
Example 3: php carbon from timestamp
Carbon::createFromTimestamp(1616013398)