This commit is contained in:
Riccardo Di Dato
2016-04-18 16:53:16 +02:00
parent 420df6b4a8
commit c65b9b1f59
+2 -2
View File
@@ -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();