Hi, I've got a database here that runs entirely on GMT. The client machines, however, may run on many different time zones (including BST). When you pull data back using SqlConnection, it will translate the datetime value so, for instance
19 August 2008
becomes
18 August 2008 23:00:00.
My question is, is there a way to specify to the connection that you do not wish this translation to take place?