如何用Php(GMT)修复服务器时间

时间:2015-11-03 07:28:31

标签: php mysql timezone

我使用这个PHP代码在DB上加上时间戳,问题我看到的时间有2个小时的差异。 托管服务器时钟设置不正确。 你如何增加小时时间戳? 或任何更好的方式来获得准确的时间。 (GMT +2)

  

date_default_timezone_set( 'TZ =亚/ Tel_Aviv');

$time = date('Y-m-d H:i:s'); 

  $sql = "INSERT INTO enterlog (ItemCode, EnterDate, IPAddress) VALUES
 ('$itemCode', '$time', '$IP')";

我想修复2015-11-03 07:29:21到2015-11-03 09:29:21,

1 个答案:

答案 0 :(得分:0)

尝试使用此function

<p id="id1">I am with having id id1</p>
<div id="id1"><p>I am child element</p></div>