<?php $date = new \DateTime(); $t1 = $date->getTimestamp(); $t2 = $date->format('U'); print gettype($t1) . PHP_EOL; print gettype($t2) . PHP_EOL;
You have javascript disabled. You will not be able to edit any code.