From 631950691eb458d1f7c06c09ae1a79ea7cb80a29 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 23 Feb 2022 16:28:16 +0000 Subject: [PATCH] --- ayanova/src/components/dash-scheduser-next-wo.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/ayanova/src/components/dash-scheduser-next-wo.vue b/ayanova/src/components/dash-scheduser-next-wo.vue index 194d99b6..ec2e6bdf 100644 --- a/ayanova/src/components/dash-scheduser-next-wo.vue +++ b/ayanova/src/components/dash-scheduser-next-wo.vue @@ -87,6 +87,7 @@ export default { let now = new Date(); //set now for the calendar to trigger a refresh + //if this doesn't work then need to trigger the change event: https://vuetifyjs.com/en/api/v-calendar/#events this.now = now.toLocaleString("sv-SE", { timeZone: this.timeZoneName });