• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/scrum/utility/timehelper.php
  • Класс: BitrixTasksScrumUtilityTimeHelper
  • Вызов: TimeHelper::getCurrentOffsetUTC
public function getCurrentOffsetUTC(): int
{
	return (int) (date('Z') + $this->getOffset($this->userId));
}