Web Service

  • Thread starter Thread starter Daniel P
  • Start date Start date
D

Daniel P

Please>

I´m working with Web services.
In this moment I have a DateTime variable in a Web Service.
I fill this variable with a value, for example: 6:00 A.M.
The Web service takes this value and fill a DataBase.

I sorprise because when I see the database the value is 8 A.M.
because the server is in another country with another time.

How can I avoid this problem ?

thank you

Daniel P
 
Do you set the variable to the database through a parameter or you perform
the set operation on the database server
if you have a valu that you would like to add to your database the time zone
shouldn't change it
how you set the value and how do you set the database field /

Regards,
Martin
 
Back
Top