PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php use Carbon\Carbon; $hotStorageDepthInMin = 10; $curTime = time(); echo $curTime . "\n"; echo strtotime(date('Y-m-d h:i:s', $curTime)) . "\n"; Carbon::createFromFormat('D, d M Y H:i:s e', $curTime, 'UTC')->toDateTimeString();
Show:  
Copy Clear