0

最初にCodeIgniterを介して、次にGoogle Apps(メーラー)を介してWebサイトからメールを受信すると、ヘッダーの日付はリアルタイムより7時間遅れます。

サーバー時間を確認しましたが、正しく設定されています。

誰かがこの問題を経験しましたか?

ありがとう!

4

1 に答える 1

3

これは、次の設定と関係がある可能性がありますsystem/application/config/config.php

/*
|--------------------------------------------------------------------------
| Master Time Reference
|--------------------------------------------------------------------------
|
| Options are "local" or "gmt".  This pref tells the system whether to use
| your server's local time as the master "now" reference, or convert it to
| GMT.  See the "date helper" page of the user guide for information
| regarding date handling.
|
*/
$config['time_reference'] = 'local';
于 2010-10-07T02:43:32.793 に答える