I am struggling with setting up timezones 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.
I am struggling with setting up timezones 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.
Default timezone for whole site is set up in the trac.ini
:
[trac]
default_timezone = ...
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/datetime
To set the site default timezone, edit trac.ini
with the following syntax:
[trac]
default_timezone = GMT +10:00
or
[trac]
default_timezone = GMT -7:00