scheduler time zone error

1 Answer 142 Views
Scheduler
elia
Top achievements
Rank 1
Iron
elia asked on 10 Aug 2023, 06:44 AM | edited on 10 Aug 2023, 07:50 AM

I have update the kendo ui angular to 13.2.1  the scheduler throw this  error "the required europe/london time zone not provided"

when I remove the timezone='europe/london' then it working fine.

any solution for fix timezone ?

i have attached the screenshots

 

 

1 Answer, 1 is accepted

Sort by
0
Martin Bechev
Telerik team
answered on 14 Aug 2023, 01:26 PM

Hi Elia,

Is the timezone imported from the kendo-date-math package:

import '@progress/kendo-date-math/tz/Europe/London';

I tested the timezone property of the Scheduler in an isolated Angular 16 app and set it to Europe/London, but it seems to work as expected. I am attaching the project used for testing purposes. To run the app:

  1. Download and unzip the folder.
  2. Run npm install command.
  3. Execute ng serve command.

Let me know how it goes or if I am missing something.

 Regards,
Martin
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources
Tags
Scheduler
Asked by
elia
Top achievements
Rank 1
Iron
Answers by
Martin Bechev
Telerik team
Share this question
or