...Человеческий поиск в разработке...
- Модуль: bizproc
- Путь к файлу: ~/bitrix/modules/bizproc/classes/general/documentservice.php
- Класс: CBPDocumentService
- Вызов: CBPDocumentService::checkCache
private function checkCache() { $state = CTimeZone::Enabled(); if ($this->tzFlag !== null && $this->tzFlag !== $state) { $this->clearCache(); } $this->tzFlag = $state; }