mirror of
https://github.com/Jackett/Jackett
synced 2024-12-22 07:43:13 +00:00
filelist: update timezone offset
This commit is contained in:
parent
73d6068cb3
commit
ebf1e302b3
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue