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 -
Jon,
A little known nasty almost hit me. The time differentials with UTC can be in 1/2 hour increments. I created some SQL to retrieve the Activity records desired and convert to Local Time before displaying to a grid (as an appointment list). I was using hours. I will have to change to minutes. Not hard, but kinda suprising.
SOLVED
Roger, you were on right track with timezones.
It turned out that the one of the servers didn't have latests MS Daylight savings patch installed. New Zealand changed Daylight savings end time to 6th of April. When I checked system Date and Time settings other server was using Standard time while other was still in Daylight savings time
Sorry if this isn't real clear. However, maybe it will help in a ramblin' way...