Can someone please give an explanation?
Say there's an event with start: new Date("2019/6/3 02:00 AM"), and end: new Date("2013/6/3 03:00 AM"). It is displayed with following scheduler configuration.
date: new Date("2019/6/3"),startTime: new Date("2019/6/3 00:00"),endTime: new Date("2019/6/3 06:00")
Whereas, with the following configuration will render the scheduler, but not the event.
date: new Date("2019/6/3"),startTime: new Date("2019/6/2 23:00"),endTime: new Date("2019/6/3 06:00")
This problem occurs with views which require time, i.e. day, week views etc.
P.S. I am using v2017.2.504 of kendo.all.min.js file.
