From 8ee50d2830fb374e4cafdb40e3e2e2ad26a7f52d Mon Sep 17 00:00:00 2001 From: Hugo Zigha Date: Mon, 12 Jun 2023 16:41:28 +0200 Subject: [PATCH] MT#57588 [CSC-UI] Dashboard Call List is showing received calls with wrong time Change-Id: I7d26f93fe0dd3cef13d8daec1db71520a771e099 --- src/pages/CscPageDashboard.vue | 2 +- src/store/dashboard.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/CscPageDashboard.vue b/src/pages/CscPageDashboard.vue index 70a3f70e..ca8fbe30 100644 --- a/src/pages/CscPageDashboard.vue +++ b/src/pages/CscPageDashboard.vue @@ -36,7 +36,7 @@ > diff --git a/src/store/dashboard.js b/src/store/dashboard.js index 79c0c787..961661ff 100644 --- a/src/store/dashboard.js +++ b/src/store/dashboard.js @@ -36,7 +36,7 @@ export default { order_by: 'timestamp', order_by_direction: 'desc', type: 'call', - tz: getBrowserTimezone() + tz: 'UTC' }) return res },