GMT 时间

$str = gmdate("D, d M Y H:i:s", time())." GMT";
echo $str;
echo "<br>";
echo strtotime($str);

输出

Fri, 02 Aug 2019 14:54:59 GMT
1564757699