• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/voximplant/calllog.php
  • Класс: Bitrix\Sender\Integration\VoxImplant\CallLogTable
  • Вызов: CallLogTable::getFilterCurrentDate
static function getFilterCurrentDate()
{
	$dateTime = new Type\DateTime();
	return $dateTime->add('-15 minutes');
}