Skip to content

Commit

Permalink
Update timezone offset for PHD/CZ
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Mar 20, 2024
1 parent 52a91a5 commit 9ea8335
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace NzbDrone.Core.Indexers.Definitions.Avistaz
{
public class AvistazParserBase : IParseIndexerResponse
{
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 HashSet<string> _hdResolutions = new () { "1080p", "1080i", "720p" };

public Action<IDictionary<string, string>, DateTime?> CookiesUpdater { get; set; }
Expand Down

0 comments on commit 9ea8335

Please sign in to comment.