From 2e44fe31469c08e169a1280d8adfa0b384af7f87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=B3th=20Rich=C3=A1rd?= Date: Fri, 23 Aug 2019 13:09:17 +0200 Subject: [PATCH] added default time zone --- common.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common.php b/common.php index 31c7d01..a1ba806 100644 --- a/common.php +++ b/common.php @@ -4,6 +4,8 @@ //ini_set('display_startup_errors', 1); error_reporting(E_ALL); +date_default_timezone_set('Europe/Budapest'); + //AUTOLOAD BEÁLLÍTÁSA spl_autoload_register(function ($class_name) {