Translations of this page?:

設置時區

在檔案 conf/local.php 中找到

// end auto-generated content

並增加以下的程式碼來設置時區(這裏的是以台北為例,即台灣時間):

putenv("Asia/Taipei");

如果你是使用 php5 的版本, 要改用以下的程式碼:

date_default_timezone_set("Asia/Taipei");

注意: 將 Asia/Taipei 替換成你所要設置的時區代碼(如GMT)即可

在這個鏈結你可以找到所有的時區代碼: http://www.theprojects.org/dev/zone.txt

 
zh-tw/tips/timezone.txt · Last modified: 2007/11/16 17:37 by 220.130.131.239
 

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported

Imprint Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki
WikiForumIRCBugsTranslate