<?php var_dump([ 'now' => (new DateTime('now'))->getTimestamp(), 'null' => (new DateTime(null))->getTimestamp() ]);
You have javascript disabled. You will not be able to edit any code.