当前位置:Gxlcms > PHP教程 > 2013-06-23T19:10:57.000Z请问这是什么时间格式

2013-06-23T19:10:57.000Z请问这是什么时间格式

时间:2021-07-01 10:21:17 帮助过:9人阅读

在PHP和MySQL里面
怎么把这种时间格式转换成Unix时间戳?
谢谢了


回复讨论(解决方案)

T? .000Z ? 没见过这种格式

strtotime转成unix时间戳

格林威治时间

echo date('Y-m-d H:i:s', strtotime('2013-06-23T19:10:57.000Z'));
2013-06-24 03:10:57

人气教程排行