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