Formatting

This commit is contained in:
Rudi Grinberg 2012-09-14 19:05:30 -04:00
parent a75a12a198
commit f809a17c02
2 changed files with 25 additions and 24 deletions

View File

@ -147,6 +147,7 @@ class ShowbuilderController extends Zend_Controller_Action
$start = DateTime::createFromFormat("U", $from, new DateTimeZone("UTC"));
$start->setTimezone(new DateTimeZone(date_default_timezone_get()));
$end = DateTime::createFromFormat("U", $to, new DateTimeZone("UTC"));
$end->setTimezone(new DateTimeZone(date_default_timezone_get()));