mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
German Time
German Time on Mono
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Jackett.Indexers
|
|||||||
{
|
{
|
||||||
string LoginUrl { get { return SiteLink + "login.php"; } }
|
string LoginUrl { get { return SiteLink + "login.php"; } }
|
||||||
string BrowseUrl { get { return SiteLink + "uebersicht.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
|
new ConfigurationDataBasicLoginWithRSSAndDisplay configData
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user