<?php date_default_timezone_set('UTC'); $formattedDate = '1972-12-31 23:59:59'; $ts = (new DateTimeImmutable($formattedDate))->getTimestamp(); var_dump( (new DateTimeImmutable(sprintf('@%s', $ts)))->format('Y-m-d H:i:s') === $formattedDate );
You have javascript disabled. You will not be able to edit any code.