asd
This commit is contained in:
@@ -27,10 +27,10 @@ if (!is_null($action) && strcmp($action, "show")==0){
|
||||
$showGraph = true;
|
||||
|
||||
|
||||
$date = new DateTime(PostHandler::get("start")." 00:00", new DateTimeZone("CET"));
|
||||
$date = new DateTime(PostHandler::get("start")." 00:00", new DateTimeZone("GMT"));
|
||||
$start = $date->getTimestamp();
|
||||
|
||||
$date = new DateTime(PostHandler::get("end")." 23:59", new DateTimeZone("CET"));
|
||||
$date = new DateTime(PostHandler::get("end")." 23:59", new DateTimeZone("GMT"));
|
||||
$end = $date->getTimestamp();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user