Sexification 2

This commit is contained in:
Rudi Grinberg 2012-09-07 16:59:35 -04:00
parent 7fa17a644e
commit a8e7cb392a
1 changed files with 3 additions and 3 deletions

View File

@ -371,9 +371,9 @@ class ApiController extends Zend_Controller_Action
public function recordedShowsAction() public function recordedShowsAction()
{ {
$today_timestamp = date("Y-m-d H:i:s"); $today_timestamp = date("Y-m-d H:i:s");
$now = new DateTime($today_timestamp); $now = new DateTime($today_timestamp);
$end_timestamp = $now->add(new DateInterval("PT2H")); $end_timestamp = $now->add(new DateInterval("PT2H"));
$end_timestamp = $end_timestamp->format("Y-m-d H:i:s"); $end_timestamp = $end_timestamp->format("Y-m-d H:i:s");
$this->view->shows = $this->view->shows =
Application_Model_Show::getShows( Application_Model_Show::getShows(