Fixed timezone
This commit is contained in:
parent
5deb2662ce
commit
e3719a6990
|
@ -35,7 +35,7 @@ function setData(events) {
|
|||
defaultView: 'agendaWeek',
|
||||
minTime: "07:00:00",
|
||||
maxTime: "19:00:00",
|
||||
timeZone: 'UTC',
|
||||
timeZone: 'local',
|
||||
});
|
||||
calendar.render();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue