I have an app that is creating a DateTime from a database record
the record in the database is equal to 00:00:00:00 for the time but when the DateTime is created the 00:00:00:00 is changed to 23:00:00:00 for the previous day
Any ideas of how to fix this?
Thanks,
Niall
Steven Bell
Ranch Hand
Joined: Dec 29, 2004
Posts: 1071
posted
0
My first thought would be timezone or daylight savings problem.