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