0

当我们从我们的网站收到邮件时,首先通过 CodeIgniter,然后是 Google Apps(邮件程序) - 标题中的日期比实际时间晚 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 回答