telerik/ui-for-aspnet-mvc-examples

It doesn't handle Daylight offsets

Adithyagh opened this issue · 1 comments

Daylight switch off date in the US is Nov, 07, 2021 02:00:00
Suppose the Datetime is Nov, 07, 2021 03:00:00
The grid data will display Nov, 07, 2021 02:00:00
There will be an hour gap. How to fix this?

Hi @Adithyagh,
have you tried using DateTimeOffset? This might help you.