How to ignore Time Difference between regions

  • Thread starter Thread starter Gnaniyar Mohammed
  • Start date Start date
G

Gnaniyar Mohammed

Hi,

I have a probelm and need a solution as soon as possible.
I've environment where i am passing a dataset to the webservice. Data
table having the timestamp value. For example one of the colums in the
data table having the value '24/09/2007 00:00:00'. I pass this value
from india (client) to the webservice whis is hosted in kuwait. At
server side the value is changes as '23/09/2007 09:30:00 PM'. It gives
2:30 hrs delay.

I want to ignore this time modification in the data table.

Can anyone give me the right solution.

Thanks in avance.
Gnaniyar.
 
well for this kind of application you should use the GMT Time only and by
the User Form you can use the culture Function to add the Time diff on top

klaus
 
Back
Top