$CreateTime = "2022-03-17T13:42:37Z";
$create_time = str_replace(array('T','Z'),' ',$CreateTime);
$create_time = date('Y-m-d H:i:s',strtotime('+8hours',strtotime($create_time)));
var_dump($create_time);

2022-03-17T13:42:37Z
转换后
2022-03-17 21:42:37

Last modification:October 14, 2022
如果觉得我的文章对你有用,请随意赞赏