Fixed: (AvistaZ) Fix PublishDate timezone

Fixes #1917
This commit is contained in:
Bogdan
2023-11-12 14:14:50 +02:00
parent 493114f4e8
commit da1965b18e
3 changed files with 4 additions and 2 deletions
@@ -84,6 +84,6 @@ namespace NzbDrone.Core.Indexers.Definitions
public class AvistaZParser : AvistazParserBase
{
protected override string TimezoneOffset => "+02:00";
protected override string TimezoneOffset => "+01:00";
}
}