Use local timezone for download sections

pull/6498/head
Elyse 2 years ago
parent 1799a6ae36
commit fdb9aaf416

@ -331,7 +331,7 @@ def validate_options(opts):
if re.match(r'[\d:]+', x):
return parse_duration(x)
return datetime_from_str(x, precision='second').timestamp()
return datetime_from_str(x, precision='second', use_utc=False).timestamp()
chapters, ranges = [], []
for regex in value or []:

Loading…
Cancel
Save