Using Kendo version 2014.2.1008
MVC grid with AJAX binding.
My grid displays dates using .Format("{0:MM/dd/yyyy}") and the fields are DateTime in the model with 00:00:00 as the time component. I had to set a default value to ensure that Kendo sees them as dates, but it works for most users.
Then there's Indiana, where not every part of the state uses daylight savings time. Those that do not use daylight savings, see those dates as one day prior. How do I stop this or how do I see exactly what's going on with the translation of these dates? When they are passed to the view using .ToDataSourceResult, it has the correct dates.
MVC grid with AJAX binding.
My grid displays dates using .Format("{0:MM/dd/yyyy}") and the fields are DateTime in the model with 00:00:00 as the time component. I had to set a default value to ensure that Kendo sees them as dates, but it works for most users.
Then there's Indiana, where not every part of the state uses daylight savings time. Those that do not use daylight savings, see those dates as one day prior. How do I stop this or how do I see exactly what's going on with the translation of these dates? When they are passed to the view using .ToDataSourceResult, it has the correct dates.