diff --git a/public/admin/statCustom.php b/public/admin/statCustom.php index 2659c1f..75f0886 100644 --- a/public/admin/statCustom.php +++ b/public/admin/statCustom.php @@ -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();