UTC日期转化为当前时间戳

$time= str_replace(array('T','Z'),' ',$need_data['Expiration']);
$current_unix=strtotime($time)+3600*8;
$need_data['ExpireTimeUnix'] = $current_unix;

备注:UTC时间与标准时间相差8小时

posted on 2022-02-22 15:59  车车大人  阅读(510)  评论(0)    收藏  举报