在 Laravel 中使用 2099 年的 strtotime 函数时不起作用

when using strtotime function with the year 2099 not working in Laravel

我有密码

<?php echo strtotime( '2099-12-31' ); ?>

是写在Laravel Framework上的,运行ning程序的时候没有结果,但是我运行在文件夹上的时候完全是手动创建的运行 输出。对于较小的值,例如

<?php echo strtotime( '2017-12-31' ); ?>

在Laravel运行ning完全正常。谢谢

可能是 32 位服务器问题,最大日期大约是 2038。检查您的服务器环境