kopia lustrzana https://github.com/dgtlmoon/changedetection.io
Updated Handling variables in the watched URL (markdown)
rodzic
ba689dacfa
commit
17f222b708
|
@ -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
|
||||
```
|
Ładowanie…
Reference in New Issue