We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1bb992 commit a1adebcCopy full SHA for a1adebc
src/components/Editor/FreeBusy/FreeBusy.vue
@@ -394,12 +394,10 @@ export default {
394
* @return {object}
395
*/
396
options() {
397
- const timezone = getTimezoneManager().getTimezoneForId(this.timezoneId)
398
-
399
return {
400
// Initialization:
401
initialView: 'resourceTimelineDay',
402
- initialDate: this.currentStart.getInTimezone(timezone).jsDate,
+ initialDate: this.currentStartInUserTimezone,
403
schedulerLicenseKey: 'GPL-My-Project-Is-Open-Source',
404
// Data
405
eventSources: this.eventSources,
0 commit comments