<?php$now = new DateTimeImmutable();echo $now->format( 'H:i:s.u' ), "\n";?>
<?phpvar_dump( new DateTimeImmutable() == new DateTimeImmutable() );?>