This commit is contained in:
2022-02-23 16:28:16 +00:00
parent f58730212e
commit 631950691e

View File

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