have an console app running on several clients written in VB .Net that
calls a web service also written in VB .net 1.1. Its uses the Now function
to send the current date time to the web service. Since DST went into effect
this past Sunday, it subtracts one hour from the time sent from the client.
3/13/07 13:00 becomes 3/13/2007 12:00. The times are correct on both the
client and server that is running the web service - what could be causing
this?
Thanks Richard
Scott M. - 15 Mar 2007 01:33 GMT
Just use GMT and you'll never have to worry about this.
> have an console app running on several clients written in VB .Net that
> calls a web service also written in VB .net 1.1. Its uses the Now
[quoted text clipped - 8 lines]
>
> Thanks Richard