Esempio con ore 9 di oggi.
Codice PHP:
echo mktime(9,0,0,9,10,2007);
//oppure
echo strtotime('2007-09-10 09:00:00');