From 8783c86cd6efb2b4d4c8789013ea09fad209d439 Mon Sep 17 00:00:00 2001 From: binwiederhier Date: Sat, 19 Jul 2025 22:45:41 +0200 Subject: [PATCH] Fix docs --- docs/publish/template-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/publish/template-functions.md b/docs/publish/template-functions.md index 4c6b6dfe..f20ae1fd 100644 --- a/docs/publish/template-functions.md +++ b/docs/publish/template-functions.md @@ -617,7 +617,7 @@ The `dateModify` takes a modification and a date and returns the timestamp. Subtract an hour and thirty minutes from the current time: ``` -now | date_modify "-1.5h" +now | dateModify "-1.5h" ``` If the modification format is wrong `dateModify` will return the date unmodified. `mustDateModify` will return an error otherwise.