Fix docs
Some checks are pending
build / build (push) Waiting to run
test / test (push) Waiting to run

This commit is contained in:
binwiederhier 2025-07-19 22:45:41 +02:00
parent 892e82ceb8
commit 8783c86cd6

View file

@ -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.