if I insert a data with datetime and the database server was set to automatically adjust clock for Daylight Saving Time, is there any chance the date value would be converted to adjusted daylight saving time?
if I insert a data with datetime and the database server was set to
Share
If you are using SQL server 2008 or above, and worried about that, you can change to use DateTimeOffset instead of DateTime