标签:bar toolbar tabs sharp 文件 htm 时间戳 lin 元素
time()
$_SERVER[‘REQUEST_TIME‘]
echo date(‘Y-m-d h:i:s‘, time()); // 2016-12-31 05:07:05
上述方法都存在时区问题,具体解决:
date.timezone = PRC
date_default_timezone_set(‘PRC‘);
标签:bar toolbar tabs sharp 文件 htm 时间戳 lin 元素
原文地址:http://www.cnblogs.com/falling-maple/p/6239581.html