最初にCodeIgniterを介して、次にGoogle Apps(メーラー)を介してWebサイトからメールを受信すると、ヘッダーの日付はリアルタイムより7時間遅れます。
サーバー時間を確認しましたが、正しく設定されています。
誰かがこの問題を経験しましたか?
ありがとう!
最初にCodeIgniterを介して、次にGoogle Apps(メーラー)を介してWebサイトからメールを受信すると、ヘッダーの日付はリアルタイムより7時間遅れます。
サーバー時間を確認しましたが、正しく設定されています。
誰かがこの問題を経験しましたか?
ありがとう!
これは、次の設定と関係がある可能性があります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';