From 66bcfce1138f282571288705677492ad85e4eabd Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 24 Oct 2022 20:39:07 +0200 Subject: [PATCH] Updated Handling variables in the watched URL (markdown) --- Handling-variables-in-the-watched-URL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Handling-variables-in-the-watched-URL.md b/Handling-variables-in-the-watched-URL.md index 0842d43..dd2f288 100644 --- a/Handling-variables-in-the-watched-URL.md +++ b/Handling-variables-in-the-watched-URL.md @@ -13,3 +13,5 @@ https://changedetection.io/test.txt?date=24.10.2022 ``` List of accepted timezones https://en.wikipedia.org/wiki/List_of_tz_database_time_zones +List of date format codes (the `%d` etc) https://docs.python.org/3/library/datetime.html#strftime-and-strptime-format-codes +