R
Randall Parker
Do most RDBMSs know that they have their data in time zone X (whatever that is) but
adjust to the time zone of a client that connects to them and return dates adjusted
to that client's time zone?
Does ADO.Net communicate client time zone info to the server as part of a database
connection?
I'm using MySQL at the moment and just found that I'm going to be getting data on a
project which has all dates in UTC. So I'm wondering on which level(s) to deal with
this. I'm guessing I want to store in UTC. But then on queries will I get data back
in UTC? Or will the drivers convert to local time?
adjust to the time zone of a client that connects to them and return dates adjusted
to that client's time zone?
Does ADO.Net communicate client time zone info to the server as part of a database
connection?
I'm using MySQL at the moment and just found that I'm going to be getting data on a
project which has all dates in UTC. So I'm wondering on which level(s) to deal with
this. I'm guessing I want to store in UTC. But then on queries will I get data back
in UTC? Or will the drivers convert to local time?