New: (Avistaz Sites) Use created_at_iso for release create date (#2437)

* New: (Avistaz Sites) Use created_at_iso for release create date

no longer have timezone headaches
all Staz sites except animetorrents support this new field.

* fix tests

* Remove AvistaZ TimezoneOffset
This commit is contained in:
bakerboy448
2025-07-19 07:43:26 -04:00
committed by GitHub
parent 2b332a00d7
commit fab74b58fa
7 changed files with 610 additions and 320 deletions
@@ -54,8 +54,6 @@ namespace NzbDrone.Core.Indexers.Definitions
{
private readonly IndexerCapabilitiesCategories _categories;
protected override string TimezoneOffset => "+02:00";
public ExoticaZParser(IndexerCapabilitiesCategories categories)
{
_categories = categories;