A
Anniech
I need to call a webservice in a windows application by passing some parameters and gets a dataset from the SQL
service through the webservice to print a report. However whenever there are datetime field in the dataset, the
webservice automatically add/minus the time gap if the server is set in a different time zone. There is no such
need in our project because we just want to get an absolute time and we want to avoid error in case users set the
timezone wrongly
Is there any way to skip the timezone correction of webservice?
Thank you!
service through the webservice to print a report. However whenever there are datetime field in the dataset, the
webservice automatically add/minus the time gap if the server is set in a different time zone. There is no such
need in our project because we just want to get an absolute time and we want to avoid error in case users set the
timezone wrongly
Is there any way to skip the timezone correction of webservice?
Thank you!