From c65b9b1f59ed8f0e82b9d5960d34d953f9f604aa Mon Sep 17 00:00:00 2001 From: Riccardo Di Dato Date: Mon, 18 Apr 2016 16:53:16 +0200 Subject: [PATCH] asd --- public/admin/statCustom.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();