From 54b6817e4f8d4164f4094a287af40c102bf7b9c3 Mon Sep 17 00:00:00 2001 From: Rsl1122 Date: Sat, 10 Feb 2018 11:39:51 +0200 Subject: [PATCH] Fixed Timezone issues (#519) --- Plan/src/main/resources/web/js/charts/punchCard.js | 3 +++ Plan/src/main/resources/web/network.html | 7 +++---- Plan/src/main/resources/web/player.html | 7 +++---- Plan/src/main/resources/web/server.html | 2 +- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Plan/src/main/resources/web/js/charts/punchCard.js b/Plan/src/main/resources/web/js/charts/punchCard.js index c65f7b788..359986e3d 100644 --- a/Plan/src/main/resources/web/js/charts/punchCard.js +++ b/Plan/src/main/resources/web/js/charts/punchCard.js @@ -12,6 +12,9 @@ function punchCard(id, punchcardSeries) { }, tickInterval: 3600000 }, + time: { + timezoneOffset: 0 + }, yAxis: { categories: ['Monday','Tuesday','Wednesday','Thursday','Friday','Saturday','Sunday'] }, diff --git a/Plan/src/main/resources/web/network.html b/Plan/src/main/resources/web/network.html index 4ecb666b8..e3ee8d3e2 100644 --- a/Plan/src/main/resources/web/network.html +++ b/Plan/src/main/resources/web/network.html @@ -317,11 +317,10 @@