updated extras with timezone

This commit is contained in:
clemens 2016-05-31 12:44:44 +02:00
parent 4d378e9579
commit bb9f3cbe6c
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
date_default_timezone_set('Europe/Berlin');
ini_set('date.timezone', 'Europe/Berlin');
<html>
<head>
<title>Mitglieder der Fachschaft <?php echo $fachschaft; ?> </title>

View File

@ -1,3 +1,5 @@
date_default_timezone_set('Europe/Berlin');
ini_set('date.timezone', 'Europe/Berlin');
<html>
<head>
<title>Aufgaben in der Fachschaft <?php echo $fachschaft; ?> </title>