• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/util.php
  • Класс: BitrixCalendarUtil
  • Вызов: Util::formatDateTimestampUTC
static function formatDateTimestampUTC(int $timestamp): string
{
	$dateFormat = Date::convertFormatToPhp(FORMAT_DATE);

	return gmdate($dateFormat, $timestamp);
}