• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/base/date.php
  • Класс: BitrixCalendarCoreBaseDate
  • Вызов: Date::getFields
public function getFields(): array
{
	return [
		'date' => $this->date->format($this->format),
		'timezone' => ($this->date instanceof TypeDateTime) ? $this->date->getTimeZone()->getName() : null,
	];
}