Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
78
Event time mismatch in Calendar
posted

I'm having a very strange problem in one of our servers, event start and end times are different on different web servers while both IIS are reading exactly the same DB.

Lets say I have a meeting from 11:00 am to 1:00 pm.
Server  A shows that in calendar correctly but server B keeps showing it from 12:00 to 2:00 pm. 

Infragistics component versions are the same.
If I add Response.Write("DateTime.Now") to the top of the page, both servers give the same time.

This has to be some sort of IIS problem but I don't know what else to check.

- Jouni - 

Parents
  • 1414
    Verified Answer
    posted
    Jouni,My guess is that you are having a problem with using the Universal Time.  I think the control uses the time differential on the client (Pacific Standard Time for instance), but maybe it is using the servers time.  Have you checked the time on the servers?  Are the servers in different time zones?  Are the clients in the same time zones?  Check the actual settings on each.  I would not assume the customer is correct in this case.Sorry...Just reread.  I would check the timezone settings on the clients as the primary culprit - not either of the three servers.  I don't think you are having an IIS problem, and you obviously are not having a database server problem since both copies of the application point to the same database server.  Again, the scheduleinfo control has a conversion process which retrieves a UTC time from the database and provides a Local time to the client object.

    Sorry if this isn't real clear.  However, maybe it will help in a ramblin' way...

Reply Children