From bb9f3cbe6cd489059e3b6c8715b7bd4757730a48 Mon Sep 17 00:00:00 2001 From: clemens Date: Tue, 31 May 2016 12:44:44 +0200 Subject: [PATCH] updated extras with timezone --- extras/list.php | 2 ++ extras/tasks.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/extras/list.php b/extras/list.php index 1cee6b8..39e832e 100644 --- a/extras/list.php +++ b/extras/list.php @@ -1,3 +1,5 @@ +date_default_timezone_set('Europe/Berlin'); +ini_set('date.timezone', 'Europe/Berlin'); Mitglieder der Fachschaft <?php echo $fachschaft; ?> diff --git a/extras/tasks.php b/extras/tasks.php index ef3449c..f582be1 100644 --- a/extras/tasks.php +++ b/extras/tasks.php @@ -1,3 +1,5 @@ +date_default_timezone_set('Europe/Berlin'); +ini_set('date.timezone', 'Europe/Berlin'); Aufgaben in der Fachschaft <?php echo $fachschaft; ?>