antic
Perch
Here's an interesting question... I know we can get a server's GMT offset time for our apps, but what if the server's clock is a few minutes off the exact current time? This can be critical in some apps.
So the question is: Is there a way to use XMLHTTP or something to grab an EXACT current GMT time from a global time server in an ASP app?
If so, we can use this to account for any variability in the server's own clock setting, and therefore end up with exactly correct timestamps in our databases all the time.
Any ideas where to get "real" time from? Any atomic clocks online we can access via ASP?
So the question is: Is there a way to use XMLHTTP or something to grab an EXACT current GMT time from a global time server in an ASP app?
If so, we can use this to account for any variability in the server's own clock setting, and therefore end up with exactly correct timestamps in our databases all the time.
Any ideas where to get "real" time from? Any atomic clocks online we can access via ASP?