From 89ce0f8a196c372788a6b9c8e95e956d527d79b0 Mon Sep 17 00:00:00 2001 From: mampfes Date: Thu, 11 May 2023 07:35:00 +0200 Subject: [PATCH] fix docu for static source fix #968 --- doc/source/static.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/static.md b/doc/source/static.md index aae3a794..ee69b6e4 100644 --- a/doc/source/static.md +++ b/doc/source/static.md @@ -144,7 +144,7 @@ waste_collection_schedule: --- -Defines a bi-weekly schedule for starting on the 01-Jan-2023. +Defines a bi-weekly schedule for starting on the 01-Feb-2023. ```yaml waste_collection_schedule: @@ -154,5 +154,5 @@ waste_collection_schedule: type: Altpapier frequency: WEEKLY interval: 2 - start: 2023-01-01 + start: '2023-02-01' ```