German Time

German Time on Mono
This commit is contained in:
flightlevel
2016-09-09 15:34:28 +10:00
parent 6d1d78cb92
commit 33b3740fca

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
{