-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
BugC: SchedulerFP: UnplannedSync status with associated Feedback ItemSync status with associated Feedback Item
Description
When you open the following dojo sample:
https://dojo.telerik.com/gyBuNoun/5
You will notice a big gap:
This should not happen because the Date of the event below should start from 3:00 o'clock:
Start = DateTime.SpecifyKind(new DateTime(2025, 3, 30, 3, 5, 0), DateTimeKind.Utc),
End = DateTime.SpecifyKind(new DateTime(2025, 3, 30, 3, 35, 0), DateTimeKind.Utc),
If I change the date to 29th of March there will be no issues. This happens because the 30th of March is a DST date:
Related ticket: 1682987 (you can find a runnable project there with the dates on the server).
Metadata
Metadata
Assignees
Labels
BugC: SchedulerFP: UnplannedSync status with associated Feedback ItemSync status with associated Feedback Item