Ver código fonte

change time zone back to warsaw/poland

Piotr Labudda 11 anos atrás
pai
commit
8d386791a0
2 arquivos alterados com 2 adições e 4 exclusões
  1. 1 2
      SE/index-ajax.php
  2. 1 2
      SE/index.php

+ 1 - 2
SE/index-ajax.php

@@ -9,8 +9,7 @@ define('APP_PATH_CONFIG', APP_PATH_ROOT . DS . 'config');
 //session_save_path("./tmp") ;
 session_start();
 
-//date_default_timezone_set('Europe/Warsaw');// PHP 5 >= 5.1.0 required by date functions
-date_default_timezone_set('UTC');// PHP 5 >= 5.1.0 required by date functions //needed for system working sync!
+date_default_timezone_set('Europe/Warsaw');// PHP 5 >= 5.1.0 required by date functions
 
 error_reporting(E_ALL);
 ini_set('error_reporting', E_ALL);

+ 1 - 2
SE/index.php

@@ -10,8 +10,7 @@ define('APP_PATH_SCHEMA', APP_PATH_ROOT . DS . 'schema');
 //session_save_path("./tmp") ;
 session_start();
 
-//date_default_timezone_set('Europe/Warsaw');// PHP 5 >= 5.1.0 required by date functions
-date_default_timezone_set('UTC');// PHP 5 >= 5.1.0 required by date functions //needed for system working sync!
+date_default_timezone_set('Europe/Warsaw');// PHP 5 >= 5.1.0 required by date functions
 
 $errorReportingLevel = E_ALL & ~E_NOTICE;
 error_reporting($errorReportingLevel);