hi guys i am posting this again hoping to better articulate the issue in hopes to find solution to the problem.
here is the senario:
Webservice1 runing on a server in EST Time Zone return a dataset with a DateTime Column in it.
Consumer application running on server1 in PST Time Zone calls Webservice1, get the dataset from the webservice and then bind DataGrid1 to the dataset.
Consumer application running on server2 in EST TimeZone calls Webservice1, get the dataset from the webservice and then binds DataGrid1 to the dataset.
Both Consumer applications are identicall and call the webservice at the same time. On Server1 datagrid's 1st row's DateTime column has value "Wed Dec 7, 6:00PM" while the same value on Server2 is "Wed Dec 7, 9:00PM". Can some one explain this. I tried chaning the time zone on the testbed server hosting consumer application but that didn't change time at all. regardless to what ever time zone i switched to on the testbed server it didn't change the time. Hope i articulated it well this time.
thank guys
here is the senario:
Webservice1 runing on a server in EST Time Zone return a dataset with a DateTime Column in it.
Consumer application running on server1 in PST Time Zone calls Webservice1, get the dataset from the webservice and then bind DataGrid1 to the dataset.
Consumer application running on server2 in EST TimeZone calls Webservice1, get the dataset from the webservice and then binds DataGrid1 to the dataset.
Both Consumer applications are identicall and call the webservice at the same time. On Server1 datagrid's 1st row's DateTime column has value "Wed Dec 7, 6:00PM" while the same value on Server2 is "Wed Dec 7, 9:00PM". Can some one explain this. I tried chaning the time zone on the testbed server hosting consumer application but that didn't change time at all. regardless to what ever time zone i switched to on the testbed server it didn't change the time. Hope i articulated it well this time.
thank guys