• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/classes/general/utils.php
  • Класс: CIntranetUtils
  • Вызов: CIntranetUtils::IsDateTime
static function IsDateTime($ts)
{
	return (($ts + date('Z', $ts)) % 86400 != 0);
}