Explorar o código

Remove duplicate date.timezone write as it is now set in app/autoload.php

Jordi Boggiano %!s(int64=8) %!d(string=hai) anos
pai
achega
dd7dc1cd33
Modificáronse 2 ficheiros con 0 adicións e 4 borrados
  1. 0 2
      app/console
  2. 0 2
      web/app.php

+ 0 - 2
app/console

@@ -10,8 +10,6 @@ use Symfony\Component\Debug\Debug;
 // read http://symfony.com/doc/current/book/installation.html#configuration-and-setup for more information
 //umask(0000);
 
-ini_set('date.timezone', 'UTC');
-
 set_time_limit(0);
 
 /**

+ 0 - 2
web/app.php

@@ -1,7 +1,5 @@
 <?php
 
-ini_set('date.timezone', 'UTC');
-
 use Symfony\Component\HttpFoundation\Request;
 
 /**