Fixed timezone

This commit is contained in:
Thomas Forgione 2018-12-04 14:55:17 +01:00
parent 5deb2662ce
commit e3719a6990
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ function setData(events) {
defaultView: 'agendaWeek',
minTime: "07:00:00",
maxTime: "19:00:00",
timeZone: 'UTC',
timeZone: 'local',
});
calendar.render();
}