CC-4961: Show linking

This commit is contained in:
denise 2013-04-29 15:27:14 -04:00
parent a5264aac1e
commit de8f7b0ff7
7 changed files with 24 additions and 4603 deletions

View file

@ -836,7 +836,10 @@ SQL;
$utcLastShowDateTime = $last_show ?
Application_Common_DateHelper::ConvertToUtcDateTime($last_show, $timezone) : null;
$utcStartDateTime = new DateTime("now");
foreach ($datePeriod as $date) {
Logging::info($date);
Logging::info($duration);
list($utcStartDateTime, $utcEndDateTime) = $this->createUTCStartEndDateTime(
$date, $duration);
/*