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

	return gmdate($dateTimeFormat, $timestamp);
}