我正在尝试使用以下语句转换带有php 5.3的纪元时间戳
date('d-m-Y',strtotime('1349042399999'));
以人类可读的格式和错误的结果:01-01-1970应该返回什么30-09-2012.我一直在搜索并创建以下主题PHP strtotime返回1970日期,当日期列为空但对我的情况没有帮助.
01-01-1970
30-09-2012
php timestamp
php ×1
timestamp ×1