• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/builders/builderconnectionfromarray.php
  • Класс: BitrixCalendarSyncBuildersBuilderConnectionFromArray
  • Вызов: BuilderConnectionFromArray::getLastSyncTime
protected function getLastSyncTime(): ?Date
{
	// TODO: move date format to helper
	return $this->data['SYNCHRONIZED']
		? new Date(new DateTime($this->data['SYNCHRONIZED'], 'Y-m-d H:i:s'))
		: null;
}