Rumah >pembangunan bahagian belakang >tutorial php >2013-06-23T19:10:57.000Z 请问这是什么时间格式
在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