UP Smart Update PingerのPING送信結果が9時間ずれてたんで修正した。
wp-settings.phpの中の
if ( function_exists('date_default_timezone_set') )
date_default_timezone_set('UTC');
をコメントアウトしたら直った。書いとかないとまた忘れる。
UP Smart Update PingerのPING送信結果が9時間ずれてたんで修正した。
wp-settings.phpの中の
if ( function_exists('date_default_timezone_set') )
date_default_timezone_set('UTC');
をコメントアウトしたら直った。書いとかないとまた忘れる。