objeto php datetime obtive timestamp unix

$date = new DateTime();
echo $date->getTimestamp();
Friendly Hawk