Ticket #600: timezone.patch
| File timezone.patch, 0.5 kB (added by doubleface, 8 months ago) |
|---|
-
a/jCoordinator.class.php
old new 93 93 if($gJConfig->use_error_handler){ 94 94 set_error_handler('jErrorHandler'); 95 95 set_exception_handler('JExceptionHandler'); 96 } 97 98 if (!isset($gJConfig->timeZone)) 99 { 100 $gJConfig->timeZone = date_default_timezone_get(); 96 101 } 97 102 date_default_timezone_set($gJConfig->timeZone); 98 103 $this->_loadPlugins();
