• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/rest.php
  • Класс: BitrixTimemanRest
  • Вызов: Rest::formatDateToISO
static function formatDateToISO($date, $userOffset)
{
	// no timezone fix here
	return date('Y-m-d', MakeTimeStamp($date));
}