Why on one system would the default time be 12:00:00 and on another 00:00:00
DateTime.Now.Date
Starting with string in a web ui, passing thru Nhibernate to SQL Server 2005. For example 6/10/2009 is entered in a textbox on a web server by the time it is caught in sql profiler I see 2 different times
00:00:00 on my local system (XP), Dev, Test, Staging (2003) 12:00:00 on Prod (2003)
Thanks for the quick replies
Regional settings and DateTime format are the same.