I have the code
<?php echo strtotime( '2099-12-31' ); ?>
Is written on the Laravel Framework, when running the program it does not produce results, but when I run on the folder I manually create it completely run the output. For smaller values, eg
<?php echo strtotime( '2017-12-31' ); ?>
in Laravel running completely normal .Thanks