phpMyFAQの本家は、ドイツですので 'Europe/Berlin' となってます。
/config/constants.php
define('PMF_DATETIME_TIMEZONE_DEFAULT', 'Europe/Berlin');
を
define('PMF_DATETIME_TIMEZONE_DEFAULT', 'Asia/Tokyo');
phpMyFAQの本家は、ドイツですので 'Europe/Berlin' となってます。
/config/constants.php
define('PMF_DATETIME_TIMEZONE_DEFAULT', 'Europe/Berlin');
を
define('PMF_DATETIME_TIMEZONE_DEFAULT', 'Asia/Tokyo');
タグ: -
関連エントリー: -