PHP Basics Learning Mode

Consider the following script:

<?php 
      echo strtotime("january 1, 1901"); 
?>

What will be the output of the above PHP script if the older versions of glibc are present in the operating system?