Formatting
This commit is contained in:
parent
a75a12a198
commit
f809a17c02
2 changed files with 25 additions and 24 deletions
|
@ -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()));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue