Skip to content

Scheduler events are not rendered properly with Daylight Saving Time #8271

@eyupyusein

Description

@eyupyusein

When you open the following dojo sample:
https://dojo.telerik.com/gyBuNoun/5

You will notice a big gap:

Image

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:

Image

Related ticket: 1682987 (you can find a runnable project there with the dates on the server).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions