Skip to main content
Configure Teamarr’s behavior through the Settings page. Settings are organized into tabs — General, Teams, Event Groups, EPG, Channels, Dispatcharr, and System.

General

Configure timezone, time format, and display preferences.

Timezones

Teamarr uses two separate timezone settings.UI display timezoneThe timezone used for displaying times in the web interface. Set via the TZ environment variable — it cannot be changed in the UI.
# docker-compose.yml
environment:
  - TZ=America/New_York
EPG output timezoneThe timezone used for EPG output and template variables like {game_time}. Configurable in the UI.
If both timezones differ, the UI shows an info box explaining which timezone applies where.

Time format

Choose between 12-hour (3:45 PM) or 24-hour (15:45) time format. Applies to both the UI and EPG output.

Show timezone abbreviation

Toggle whether to display timezone abbreviations (EST, PST, etc.) alongside times.

Build docs developers (and LLMs) love