CC-4961: Show linking
This commit is contained in:
parent
a5264aac1e
commit
de8f7b0ff7
7 changed files with 24 additions and 4603 deletions
|
@ -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);
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue