• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/classes/general/timeman.php
  • Класс: CTimeMan
  • Вызов: CTimeMan::ConvertShortTS
static function ConvertShortTS($ts, $strDate = false)
{
	if (!$strDate)
	{
		$strDate = ConvertTimeStamp(false, 'SHORT');
	};

	return MakeTimeStamp($strDate) + $ts % 86400;
}