Php应用程序引擎结构时间错误


Php App Engine Strtotime Error

以下php行

$StartTime = strtotime("{$Event->EventDate} {$Event->StartTime}" );

日期为Y-m-d,时间为H:i:s在Mamp中工作,但在AppEngine中不返回结果。Mamp为5.6.0

两种情况下都是完全相同的文件??

时间戳的有效范围通常为1901年12月13日星期五20:45:54 UTC至2038年1月19日星期二03:14:07 UTC。(这些日期对应于32位带符号整数的最小值和最大值。)