From f6cb9a8aed01e1ac43dc7f33667e1266bab1fcc2 Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Wed, 26 Jan 2022 22:34:13 +0100 Subject: [PATCH] set correct timetable dst for 'Sarajevo, Skopje, Warsaw, Zagreb' year: 2022 and 2023 --- winixd/etc/time_zones.conf | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/winixd/etc/time_zones.conf b/winixd/etc/time_zones.conf index 8b1eba8..22d680a 100644 --- a/winixd/etc/time_zones.conf +++ b/winixd/etc/time_zones.conf @@ -812,14 +812,30 @@ offset_str = "+01:00" start = "03-25 01:00" end = "10-28 01:00"} -2018 { +{ +year = "2018" has_dst = true offset_str = "+01:00" start = "03-25 01:00" end = "10-28 01:00"} +{ +year = "2022" +has_dst = true +offset_str = "+01:00" +start = "03-27 01:00" +end = "10-30 01:00"} + +{ +year = "2023" +has_dst = true +offset_str = "+01:00" +start = "03-26 01:00" +end = "10-29 01:00"} + ) # end of dst + }