mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 21:54:51 +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)
|
selector: td:nth-last-of-type(11)
|
||||||
filters:
|
filters:
|
||||||
- name: append
|
- name: append
|
||||||
args: " 12:00:00 +02:00"
|
args: " +00:00" # auto adjusted by site account profile
|
||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "02/01/2006 15:04:05 -07:00"
|
args: "02/01/2006 -07:00"
|
||||||
seeders:
|
seeders:
|
||||||
selector: td:nth-last-of-type(9)
|
selector: td:nth-last-of-type(9)
|
||||||
leechers:
|
leechers:
|
||||||
|
|
Loading…
Add table
Reference in a new issue