如何设置 特拉克 的时区?
我正在努力使用 Trac 设置时区。 我四处搜寻,但没有发现任何有用的东西。 我能做些什么?
整个站点时区或每个用户时区设置都会有所帮助。
I am struggling with setting up time zones with Trac. I have searched around but I have found nothing helpful. What can I do?
Both a whole site timezone or a per-user timezone settings would be helpful.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
正如其他人所指出的,解决方案是将其添加到 trac.ini:
但棘手的是格式(请参阅 http://trac.edgewall.org/ticket/9581):
GMT +xx:xx
格式(简单但不节省时间)America/Los_Angeles
需要安装 pytz - 请参阅 http://trac.edgewall.org/wiki/PyTz。Like indicated by others, the solution is to add this to trac.ini:
But the tricky thing is the formatting (see http://trac.edgewall.org/ticket/9581):
GMT +xx:xx
format (simple but not time saving aware)America/Los_Angeles
which requires pytz to be installed - see http://trac.edgewall.org/wiki/PyTz.整个站点的默认时区在
trac.ini
中设置:在用户首选项中,您可以设置日期时间首选项 (
«base_url»
/prefs/datetime
),用户可以在其中设置自己的(每个用户)时区。例如,请参阅 http://trac.edgewall.org/prefs/localization
Default timezone for whole site is set up in the
trac.ini
:In user preferences you have date time preferences (
«base_url»
/prefs/datetime
), where user can set his own (per user) timezone.See for example http://trac.edgewall.org/prefs/localization
要设置站点默认时区,请使用以下语法编辑
trac.ini
:或
To set the site default timezone, edit
trac.ini
with the following syntax:or