It doesn't handle Daylight offsets
Adithyagh opened this issue · 1 comments
Adithyagh commented
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?
AnushreeDixit commented
Hi @Adithyagh,
have you tried using DateTimeOffset? This might help you.