<?php $a = DateTimeImmutable::createFromFormat('U', 1292177455); $b = DateTimeImmutable::createFromFormat('U', 1292177455); var_dump($a > $b); var_dump($a == $b);
You have javascript disabled. You will not be able to edit any code.