• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/office365/pushmanager.php
  • Класс: BitrixCalendarSyncOffice365PushManager
  • Вызов: PushManager::convertToDateTime
private function convertToDateTime(string $time): DateTime
{
	$phpDateTime = new DateTime($time);

	return DateTime::createFromPhp($phpDateTime);
}