• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/helper/timehelper.php
  • Класс: BitrixTimemanHelperTimeHelper
  • Вызов: TimeHelper::getUtcNowTimestamp
public function getUtcNowTimestamp()
{
	return (int)gmdate('U');
}