/usr/bin/php /home/igor/public_html/cronjob.php >> /home/igor/public_html/cronlog.txt 2>&1
replacing 'igor' with your cPanel username
cronjob.php:
<?php
date_default_timezone_set('America/Los_Angeles');
echo date('l jS \of F Y h:i:s A'); ;
exit();
?>
will print the time/date...