mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-07-20 10:04:08 +00:00
Fix docs
This commit is contained in:
parent
892e82ceb8
commit
8783c86cd6
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue