mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Fix date field so it correctly parses as UTC time. (#1390)
This commit is contained in:
@@ -62,8 +62,10 @@
|
||||
date:
|
||||
selector: td:nth-child(5)
|
||||
filters:
|
||||
- name: append
|
||||
args: " -00"
|
||||
- name: dateparse
|
||||
args: "2006-01-02 15:04 UTC"
|
||||
args: "2006-01-02 15:04 -07"
|
||||
seeders:
|
||||
selector: td:nth-child(6)
|
||||
leechers:
|
||||
|
Reference in New Issue
Block a user