【发布时间】:2014-01-22 21:41:09
【问题描述】:
我通过documentation 在我的 django 项目中设置了 RSS 提要
但看起来<lastBuildDate>Thu, 23 Jan 2014 10:23:31 -0000</lastBuildDate> 上的时间戳没有给出正确的时间偏移量,应该是 +13 小时。
我的设置是:
TIME_ZONE = 'Pacific/Auckland'
LANGUAGE_CODE = 'en-nz'
USE_I18N = True
USE_L10N = True
USE_TZ = True
【问题讨论】: