• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/model/schedule/shiftplan/shiftplan.php
  • Класс: BitrixTimemanModelScheduleShiftPlanShiftPlan
  • Вызов: ShiftPlan::getDateAssignedUtc
public function getDateAssignedUtc()
{
	if (!$this->getDateAssigned())
	{
		return null;
	}
	return DateTime::createFromFormat('Y-m-d H i s', $this->getDateAssigned()->format('Y-m-d') . ' 00 00 00', new DateTimeZone('UTC'));
}