From 70f229e826962c1bc2c3ef6dae903d81bbe876e7 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Thu, 4 Jan 2024 17:00:38 +0100 Subject: [PATCH] Fix: 2024-01-04 -> 2024-04-01 (1.April) Add: Ostersonntag (2x): 2024-03-31 + 2025-04-20. --- etc/psa_tariff/tariff01.json | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/etc/psa_tariff/tariff01.json b/etc/psa_tariff/tariff01.json index 8662012..1d7fed4 100644 --- a/etc/psa_tariff/tariff01.json +++ b/etc/psa_tariff/tariff01.json @@ -211,6 +211,13 @@ "pedwt_time_to": "00:00:00", "pedwt_price": 0 }, + { + "pedwt_id": 2177, + "pedwt_period_exc_day_id": 2023, + "pedwt_time_from": "00:00:00", + "pedwt_time_to": "00:00:00", + "pedwt_price": 0 + }, { "pedwt_id": 2178, "pedwt_period_exc_day_id": 2022, @@ -260,6 +267,13 @@ "pedwt_time_to": "00:00:00", "pedwt_price": 0 }, + { + "pedwt_id": 2201, + "pedwt_period_exc_day_id": 2039, + "pedwt_time_from": "00:00:00", + "pedwt_time_to": "00:00:00", + "pedwt_price": 0 + }, { "pedwt_id": 2202, "pedwt_period_exc_day_id": 2038, @@ -410,8 +424,16 @@ { "ped_id": 2022, "ped_label": "Ostermontag", - "ped_date_start": "2024-01-04", - "ped_date_end": "2024-01-04", + "ped_date_start": "2024-04-01", + "ped_date_end": "2024-04-01", + "ped_period_special_day_id": 1, + "ped_year": 2024 + }, + { + "ped_id": 2023, + "ped_label": "Ostersonntag", + "ped_date_start": "2024-03-31", + "ped_date_end": "2024-03-31", "ped_period_special_day_id": 1, "ped_year": 2024 }, @@ -519,6 +541,14 @@ "ped_period_special_day_id": 1, "ped_year": 2025 }, + { + "ped_id": 2039, + "ped_label": "Ostersonntag", + "ped_date_start": "2025-04-20", + "ped_date_end": "2025-04-20", + "ped_period_special_day_id": 1, + "ped_year": 2025 + }, { "ped_id": 2038, "ped_label": "Staatsfeiertag",