• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/helper/timehelper.php
  • Класс: BitrixTimemanHelperTimeHelper
  • Вызов: TimeHelper::buildTimestampByFormattedDateForServer
public function buildTimestampByFormattedDateForServer($formattedDate, $dateFormat = false)
{
	// utc timestamp, at the given date (and time 00:00) for the server
	return MakeTimeStamp($formattedDate, $dateFormat);
}