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; ?>