From c556e217445f8ad3b898d44e608c9bfb2264e7b9 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Tue, 11 Feb 2025 18:57:32 +0000 Subject: [PATCH] Set timezone explicitly --- base.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/base.yaml b/base.yaml index b8c8dab..7363748 100644 --- a/base.yaml +++ b/base.yaml @@ -75,6 +75,7 @@ network: time: - platform: sntp + timezone: 'Europe/London' id: sntp_time servers: !secret ntp_servers -- 2.50.1