1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2025-10-27 11:10:18 +01:00
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.