• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/util.php
  • Класс: BitrixCalendarUtil
  • Вызов: Util::getServerOffsetUTC
static function getServerOffsetUTC(): int
{
	return (new DateTime())->getOffset();
}