日期:2014-05-16  浏览次数:20491 次

2013-06-23T19:10:57.000Z 请问这是什么时间格式
在PHP和MySQL里面
怎么把这种时间格式转换成Unix时间戳?
谢谢了

------解决方案--------------------
strtotime转成unix时间戳
------解决方案--------------------
格林威治时间
echo date('Y-m-d H:i:s', strtotime('2013-06-23T19:10:57.000Z'));
2013-06-24 03:10:57