mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 13:52:03 +00:00
greekdiamond: correct date TZ
This commit is contained in:
parent
b22364836b
commit
a36c4099eb
1 changed files with 2 additions and 2 deletions
|
@ -147,9 +147,9 @@ search:
|
|||
selector: td:nth-last-of-type(11)
|
||||
filters:
|
||||
- name: append
|
||||
args: " 12:00:00 +02:00"
|
||||
args: " +00:00" # auto adjusted by site account profile
|
||||
- name: dateparse
|
||||
args: "02/01/2006 15:04:05 -07:00"
|
||||
args: "02/01/2006 -07:00"
|
||||
seeders:
|
||||
selector: td:nth-last-of-type(9)
|
||||
leechers:
|
||||
|
|
Loading…
Add table
Reference in a new issue