How is timezone handled in the lifecycle of an ADO.NET + SQL Server DateTime column?
- by stimpy77
Using SQL Server 2008. This is a really junior question and I could really use some elaborate information, but the information on Google seems to dance around the topic quite a bit and it would be nice if there was some detailed elaboration on how this works...
Let's say I have a datetime column and in ADO.NET I set it to DateTime.UtcNow.
1)…