• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/helper/timehelper.php
  • Класс: BitrixTimemanHelperTimeHelper
  • Вызов: TimeHelper::convertUtcTimestampToDaySeconds
public function convertUtcTimestampToDaySeconds($timestamp, $offset = 0)
{
	return $this->getSecondsFromDateTime(
		$this->createDateTimeFromTimestamp($timestamp, $offset)
	);
}