privatehd/cinemaz: update timezone offset

This commit is contained in:
Bogdan 2024-03-20 03:02:30 +02:00
parent c9e46c03e3
commit 69c74de22c
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ namespace Jackett.Common.Indexers.Abstract
public override bool SupportsPagination => false;
protected virtual string TimezoneOffset => "-05:00"; // Avistaz does not specify a timezone & returns server time
protected virtual string TimezoneOffset => "-04:00"; // Avistaz does not specify a timezone & returns server time
private readonly Dictionary<string, string> AuthHeaders = new Dictionary<string, string>
{