docs: add TZ timezone setting to example config

Documents how to set timezone for Docker deployments to ensure
chart X-axis labels and timestamps display in local time.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Jorijn Schrijvershof
2026-01-06 17:17:20 +01:00
parent c199ace4a2
commit 45bdf5d6d4
+7
View File
@@ -6,6 +6,13 @@
# This format is compatible with both Docker env_file and shell 'source' command.
# Comments start with # and blank lines are ignored.
# =============================================================================
# Timezone (for Docker deployments)
# =============================================================================
# Set the timezone for timestamps in charts and reports.
# Uses IANA timezone names: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
# TZ=Europe/Amsterdam
# =============================================================================
# Connection Settings
# =============================================================================