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) {