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 });