adamsoderqvist
Programmer
I have (not surprisingly) a problem B-)
When I do this:
Response.Write Date & ", " & Time
I get the right date, but the time is ALWAYS 20 minutes late. This is probably due to that the server time isn't set correctly, but is there a way of always be sure of that the correct time is always set? (In my app, I am depending on this...)
/Thanx
When I do this:
Response.Write Date & ", " & Time
I get the right date, but the time is ALWAYS 20 minutes late. This is probably due to that the server time isn't set correctly, but is there a way of always be sure of that the correct time is always set? (In my app, I am depending on this...)
/Thanx