Is there a new approach in PHP 5.3 to define timestamp?
this strtotime('0000-00-00');
will return 0 date(01/01/1970) in PHP prior 5.3 and -62169984000 in PHP 5.3. And a date like 30/11/-0001 !!
But I could not find any explanations about that in the documentation. Any idea was that changed or I am missing something?