如何在 php 中获取 UTC 时间戳 .. 下面不返回 UTC 时间戳,它显示的是其他时间戳
<?php
date_default_timezone_set('UTC');
echo strtotime("now");
?>
我认为,将默认时区设置为无效?
如何在 php 中获取 UTC 时间戳 .. 下面不返回 UTC 时间戳,它显示的是其他时间戳
<?php
date_default_timezone_set('UTC');
echo strtotime("now");
?>
我认为,将默认时区设置为无效?