From 17f587fcbe314bf96ad4e470058bf67401fa8fa0 Mon Sep 17 00:00:00 2001 From: logmanoriginal Date: Sat, 8 Jun 2019 16:16:01 +0200 Subject: [PATCH] [index] Don't set the timezone in index.php --- index.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.php b/index.php index 0bc63625..666b9e45 100644 --- a/index.php +++ b/index.php @@ -6,8 +6,6 @@ Configuration::loadConfiguration(); Authentication::showPromptIfNeeded(); -date_default_timezone_set('UTC'); - /* Move the CLI arguments to the $_GET array, in order to be able to use rss-bridge from the command line