您现在的位置是:首页 > 博客日记 > Php Php

TZ时间转正常使用的时间(换算时区)

2022-03-17 22:20:10 【Php】 人已围观

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

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



关注TinyMeng博客,更多精彩分享,敬请期待!
 

很赞哦! ()