Merge pull request #495 from flightlevel/germantime

German Time
This commit is contained in:
flightlevel 2016-09-09 15:36:30 +10:00 committed by GitHub
commit b910e42668
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ namespace Jackett.Indexers
{
string LoginUrl { get { return SiteLink + "login.php"; } }
string BrowseUrl { get { return SiteLink + "uebersicht.php"; } }
TimeZoneInfo germanyTz = TimeZoneInfo.FindSystemTimeZoneById("W. Europe Standard Time");
TimeZoneInfo germanyTz = TimeZoneInfo.CreateCustomTimeZone("W. Europe Standard Time", new TimeSpan(1, 0, 0), "W. Europe Standard Time", "W. Europe Standard Time");
new ConfigurationDataBasicLoginWithRSSAndDisplay configData
{