I just run strtotime($date) by using the $date= '2003-08-06' (today date), and found something by coincident.
I got 1060102800 as a result which is the same number as using $date = '0';
Can anyone try to run it and please tell me whether you got the same result as I?