mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 13:52:03 +00:00
filelist: change TZ to account DST
This commit is contained in:
parent
235bc01d87
commit
12decee915
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ namespace Jackett.Common.Indexers
|
|||
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…
Add table
Reference in a new issue