Localization
Install Babel for extended language support. Message catalogs have not been compiled.

Configuring your language will result in all text displayed on this site to use your language instead of that of the server.

The Default language option uses the browser's language negotiation feature to select the appropriate language.

Trac has been localized to more than a dozen of languages but in order to be able to use them, the Babel package needs to be present when installing Trac. See TracInstall for details. Please contact your Trac administrator to enable existing translations.

Configuring your time zone will result in all dates and times displayed on this site to use your time zone instead of that of the server.

Example: The current time is ${format_time(now, 'iso8601', tzinfo=utc)} (UTC).
In your time zone ${nowtz.tzname()}, this would be displayed as $formatted. In the default time zone, this would be displayed as $formatted.

Note: Universal Co-ordinated Time (UTC) is also known as Greenwich Mean Time (GMT).
A positive offset is used to indicate a timezone at the east of Greenwich, i.e. ahead of Universal Time.

Configuring your date format will result in formatting and parsing datetime displayed on this site to use your date format instead of that of the server.

Configuring your relative/absolute format will result in formatting datetime displayed on this site to use your format instead of that of the server.