IE does not open the light box (if event_date/time_step!=0)

IE does not render the light box when event date is not the multiple of time interval defined in the configuration.but it works fine FireFox.

I have
scheduler.config.time_step=5;
scheduler.config.xml_date=“%Y-%m-%d %H:%i”;
but If some event has start or end date as 2010-05-31 20:34:00.000. it wont open up the light box because 34 is not multiple of 5.

Please have look @ it.






Which version of scheduler you are using?
Try to update to the latest one (attached), it round time to nearest time step, so problem must not occur.
dhtmlxscheduler.zip (21.1 KB)