I am currently handling concurrency on my page using a DateTime field. The data is passed through ASP.NET using an XML which comes with Timezone.
So to adjust timezone I am adding 4 hrs to time received (EST) in my procedure and then comparing.
Now it was all working fine till Nov 1st. Now the time I am receiving is 5 hrs behind the time in SQL Server and comparison is failing.
I need to know how to handle such situation? Is there any better way of doing this?
I hope I am clear with the question. Let me know if any more info is needed.