Hello all,
I am writting a client application that asks a DataSet from a server
(WebService) and displays it locally in a DataGridView. The DataSet has a
DateTime column. The problem is that the server and the client work in
different time zones, and somewhere in the client the time conversion is made
(added / substracted 1 hour). So in my grid I see different hours.
How can I stop that ?
Basically, I need to ignore this diference, but I can't find a way.
Please help.