aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar logmanoriginal <logmanoriginal@users.noreply.github.com> 2019-06-08 16:16:01 +0200
committerGravatar logmanoriginal <logmanoriginal@users.noreply.github.com> 2019-06-08 16:16:03 +0200
commit17f587fcbe314bf96ad4e470058bf67401fa8fa0 (patch)
tree6eb56f7a0a0ca194151bdf73df164a641c8d26ee
parentf28cbecc025fdef3e3e724b2dbb576886d5209fb (diff)
downloadrss-bridge-17f587fcbe314bf96ad4e470058bf67401fa8fa0.tar.gz
rss-bridge-17f587fcbe314bf96ad4e470058bf67401fa8fa0.tar.zst
rss-bridge-17f587fcbe314bf96ad4e470058bf67401fa8fa0.zip
[index] Don't set the timezone in index.php
-rw-r--r--index.php2
1 files changed, 0 insertions, 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