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

Schedule current time is displaying wrong

Hi, has anyone ever seen the current time displayed in the wrong place on Schedule?
The time itself is right, just the offset is wrong. 
I am dynamically inserting the element, and setting dark css ... but this still happens with the default light.
Also, my event times seem off in Day/Week but all look fine in Month/Agenda.

Thanks
--Andy 

Here's my schedule ...

   let scheduleObj = new Schedule(
      {
         width: '100%',
         height: '550px',
         currentView: haptic.config.view,
         selectedDate: new Date(),
         views: ['Day', 'Week', 'Month', 'Agenda'],
         rowAutoHeight: true,
         readonly: true,
         enableHtmlSanitizer: true,
         eventSettings: {
            dataSource: eventDataSource,
            allowEditing: false,
            allowAdding: false,
            allowDeleting: false
         },




1 Reply

SR Swathi Ravi Syncfusion Team April 11, 2023 08:02 AM UTC

Hi Andy,


We have checked your reported issue in the UTC-05:00(Indiana East) timezone with the date April 10, 2023,  11: 10 AM. But we are unable to replicate your reported issue at our end. Please check our shared sample and video, still if you are facing the same issue, share the below details to proceed further.


Sample: https://stackblitz.com/edit/ej2-javascript-schedule-wrong-timeline-display?file=index.js



  • Entire Schedule related code snippets or
  • Reproduce the issue in our shared sample or
  • Issue reproducing sample.



cid:image001.png@01D96C77.0B0A9050



Regards,

Swathi Ravi


Attachment: ScreenCapture_4102023_11.13.20_AM_88887fc4.zip

Loader.
Up arrow icon