2013-07-11 18 views

回答

0

你實際mysql的時間是不同的,那麼該php

檢查

The current values of the global and client-specific time zones can be retrieved like this: 
mysql> SELECT @@global.time_zone, @@session.time_zone; 

要設置爲當前會話,這樣做:

SET time_zone = timezonename; 

您也可以找到有關時區的細節設置在此link

相關問題