mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-02 16:42:01 +02:00
filelist: update timezone offset
This commit is contained in:
@@ -187,7 +187,7 @@ namespace Jackett.Common.Indexers.Definitions
|
||||
Seeders = row.Seeders,
|
||||
Peers = row.Seeders + row.Leechers,
|
||||
Imdb = imdbId,
|
||||
PublishDate = DateTime.Parse(row.UploadDate + " +0300", CultureInfo.InvariantCulture, DateTimeStyles.AdjustToUniversal),
|
||||
PublishDate = DateTime.Parse(row.UploadDate + " +0200", CultureInfo.InvariantCulture, DateTimeStyles.AdjustToUniversal),
|
||||
DownloadVolumeFactor = isFreeleech ? 0 : 1,
|
||||
UploadVolumeFactor = row.DoubleUp ? 2 : 1,
|
||||
MinimumRatio = 1,
|
||||
|
Reference in New Issue
Block a user