Skip to content

Commit

Permalink
bitspyder: correct date TZ
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Sep 29, 2020
1 parent f8dffeb commit 85157f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Jackett.Common/Definitions/bitspyder.yml
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 85157f0

Please sign in to comment.