mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
assorted yml: dateparse update. related to #14072
This commit is contained in:
@@ -113,7 +113,7 @@ search:
|
||||
- name: append
|
||||
args: " +03:00" # MSK
|
||||
- name: dateparse
|
||||
args: "2-01-2006, 15:04 -07:00"
|
||||
args: "d-MM-yyyy, HH:mm zzz"
|
||||
date:
|
||||
text: "{{ if or .Result.date_year .Result.date_today .Result.date_yday }}{{ or .Result.date_year .Result.date_today .Result.date_yday }}{{ else }}now{{ end }}"
|
||||
size:
|
||||
|
@@ -88,7 +88,7 @@ search:
|
||||
- name: append
|
||||
args: " +03:00" # MSK
|
||||
- name: dateparse
|
||||
args: "2-01-2006, 15:04 -07:00"
|
||||
args: "d-MM-yyyy, HH:mm zzz"
|
||||
date:
|
||||
text: "{{ if or .Result.date_year .Result.date_day }}{{ or .Result.date_year .Result.date_day }}{{ else }}now{{ end }}"
|
||||
size:
|
||||
|
Reference in New Issue
Block a user