mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 13:52:03 +00:00
bitspyder: correct date TZ
This commit is contained in:
parent
f8dffebb8f
commit
85157f0c64
1 changed files with 2 additions and 2 deletions
|
@ -150,7 +150,7 @@ search:
|
|||
- name: replace
|
||||
args: ["\xA0", " "]
|
||||
- name: append
|
||||
args: " -07:00" # PTZ
|
||||
args: " +00:00" # GMT
|
||||
- name: dateparse
|
||||
args: "2006-01-02 15:04:05 -07:00"
|
||||
date:
|
||||
|
@ -163,7 +163,7 @@ search:
|
|||
- name: replace
|
||||
args: ["\xA0", " "]
|
||||
- name: append
|
||||
args: " -07:00" # PTZ
|
||||
args: " +00:00" # GMT
|
||||
- name: dateparse
|
||||
args: "2006-01-02 15:04:05 -07:00"
|
||||
downloadvolumefactor:
|
||||
|
|
Loading…
Add table
Reference in a new issue