安装plone.app.event v1.1后,我在日志中看到一堆警告消息:
2014-04-28 16:06:11 WARNING plone.event The timezone BRT is not a valid timezone from the Olson database or pytz. Falling back to UTC.
我看到有一个新的控制面板configlet,但我想知道是否有另一种方法在Plone之外设置它。环境变量?附加件?
最后,此 BRT 时区信息应该来自操作系统。
答案 0 :(得分:1)
实际上问题是包装上缺少文档。
您唯一需要的是使用正确的值设置 TZ 环境变量:
export TZ="Brazil/East"
答案 1 :(得分:0)
您需要从其中一个时区in this list中进行选择。
如果是" BRT"你的意思是巴西利亚时间,那么你应该使用"America/Sao_Paulo"
。