• Модуль: clouds
  • Путь к файлу: ~/bitrix/modules/clouds/classes/general/util.php
  • Класс: CCloudUtil
  • Вызов: CCloudUtil::gmtTimeToDateTime
static function gmtTimeToDateTime($str)
{
	$timestamp = strtotime($str."Z");
	$datetime = BitrixMainTypeDateTime::createFromTimestamp($timestamp);
	return $datetime;
}