Time differences?

Phurion

Perch
Are the web servers and SQL servers located in the same data center/time zone, or is there possibly a discrepancy in their time settings?

I'm getting different results when using the SQL GetDate() function to insert a date vs the ASP Date() function values inserted into my SQL tables.

Should I open a ticket for that?
 
Never mind.

I dug around in the table design and found where I had set the fields default value to add 2 hours instead of doing it in ASP where I should have.

/forehead

n00b mistakes catching up to me years later. lol
 
Back
Top