Correctly handling datetime values
I was recently asked why, when an application was saving datetime values sometimes the actual value stored is different than the one sent to the database. After investigating the issue I discovered that the programmers were relying on the local/client machine’s Regional Settings to display dates to the end user...
[Read More]