changeset 3195:88c31298eba8

fix time
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 08 May 2019 13:54:44 +0200
parents eeff2cc4ff9d
children 0d76a0476a5b
files client/src/store/diagram.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/store/diagram.js	Wed May 08 13:11:30 2019 +0200
+++ b/client/src/store/diagram.js	Wed May 08 13:54:44 2019 +0200
@@ -66,7 +66,7 @@
         const { feature, from, to, frequency } = options;
         const URL = `/data/bottleneck/fairway-depth/${
           feature.properties.name
-        }?from=${from}T00:00:00%2b00:00&to=${to}T23:59:59%2b07:00&mode=${frequency}`;
+        }?from=${from}T00:00:00%2b07:00&to=${to}T23:59:59%2b07:00&mode=${frequency}`;
         HTTP.get(URL, {
           headers: { "X-Gemma-Auth": localStorage.getItem("token") }
         })