From 45bdf5d6d47aacb7ebaba8e420bc9f8d917d06a3 Mon Sep 17 00:00:00 2001 From: Jorijn Schrijvershof Date: Tue, 6 Jan 2026 17:17:20 +0100 Subject: [PATCH] docs: add TZ timezone setting to example config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- meshcore.conf.example | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/meshcore.conf.example b/meshcore.conf.example index ed0c540..7abe7f3 100644 --- a/meshcore.conf.example +++ b/meshcore.conf.example @@ -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 # =============================================================================