• Модуль: dav
  • Путь к файлу: ~/bitrix/modules/dav/classes/general/icalendartimezone.php
  • Класс: CDavICalendarTimeZone
  • Вызов: CDavICalendarTimeZone::GetFormattedServerDateTime
static function GetFormattedServerDateTime($text, $tzid = false, CDavICalendar $calendar = null)
{
	$date = self::ParseDateTime($text, $tzid, $calendar);
	return date($GLOBALS["DB"]->DateFormatToPHP(FORMAT_DATETIME), (int)$date);
}