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