Updated Handling variables in the watched URL (markdown)

master
dgtlmoon 2022-10-24 20:36:12 +02:00
rodzic ba689dacfa
commit 17f222b708
1 zmienionych plików z 7 dodań i 1 usunięć

@ -3,5 +3,11 @@
Sometimes you need to insert the current date
```
https://changedetection.io/test.txt?date={% now 'local' %}
https://changedetection.io/test.txt?date={% now 'Europe/Berlin', '%d' %}.{% now 'Europe/Berlin', '%m' %}.{% now 'Europe/Berlin', '%Y' %}
```
Would request (according to the `Europe/Berlin`) timezone
```
https://changedetection.io/test.txt?date=/test.txt?date=24.10.2022
```