We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Daylight savings

Hi,

we are using the scheduler component to let users define their working schedule.
Of course recurrence is used. We noticed the following problem.

When a user defines f.e. an event every monday from 08-09 AM from 01/01/2020 till 31/12/2020 a problem occurs due to daylight savings.
When the user checks his schedule in june it is not 08-09, but it is shifted one hour.

What is the correct way to deal with daylight savings and recurrence ?

rgds

johnny


5 Replies

BS Balasubramanian Sattanathan Syncfusion Team January 20, 2020 12:48 PM UTC

Hi Johnny, 
 
Greetings from Syncfusion Support. 
 
We have checked your reported problem at our end. Since the time zone is working properly at our end. Kindly refer the below sample and for further reference we have made video demo that can be downloaded from below link.  
 
 
Note : If you still face the problem at your end, kindly share the time zone details/scheduler code/workable sample(if possible). 
 
Regards, 
Balasubramanian S 



JO Johnny January 28, 2020 05:46 PM UTC

Could you extend the sample where you use a datamanager that is implementing a url and crudurl.

                DataManager = new DataManager()
                {
                    CrossDomain = true,
                    Adaptor = AdaptorType.UrlAdaptor.ToString(),
                    Url = "/xxxx/readdata",
                    CrudUrl = "/xxxx/alterdata"
                }

Guess there is something wrong in the way/format taht we store or retrieve the dates of the events. I like to compare with what you do.


VM Vengatesh Maniraj Syncfusion Team January 29, 2020 10:20 AM UTC

Hi Jonny, 

Thanks for your update. 

Based on your requirement we have modified our previously updated sample by changing it as a CRUD sample with URLAdaptor and checked you reported time zone problem with is working properly at our end. And the sample can be downloaded from the following link, 


And for further reference kindly refer the below UG link, 

Kindly try the above CRUD sample, if you still face the problem at your end, kindly share the time zone details/scheduler code/workable sample(if possible) for the better serve. 

Regards, 
Vengatesh 



JO Johnny February 4, 2020 04:39 PM UTC

Thx. We were to solve this problem thx to your input. The case may be closed.


VM Vengatesh Maniraj Syncfusion Team February 5, 2020 06:39 AM UTC

Hi Jonny, 

Thanks for the update. 

We are happy that our solution has fulfill your requirements. 

Please get in touch with us if you would require any further assistance. 

Regards, 
Vengatesh. 


Loader.
Live Chat Icon For mobile
Up arrow icon