Ошибка
Пожалуйста, сообщите об этом разработчику

Ошибка 2: DateTime::__construct(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in file /home/u76746/sitespot.ru/www/engine/core/DocumentModel/Base.php on line 258
  1.     public function getDate($property, $format = 'd m Y')
    
  2.     {
    
  3.         $date = $this->getProperty($property);
    
  4.         if (is_numeric($date)) {
    
  5.             $_date = new DateTime();
    
  6.             $_date->setTimestamp($date);
    
  7.         } else {
    
  8.             $_date = new DateTime($date);
    
  9.         }
    
  10.         return $_date->format($format);
    
  11.     }
    
  12.     public function getVideoOptions($property)
    
  13.     {
    
  14.         $video = $this->getProperty($property);
    
  15.         $video_types = array(
    
Показать системную информацию

Попробуйте обновить страницу, или перейти на главную страницу сайта