How can I check whether or not I have a match between my client machine (system) date and the server (system) date ?
We have seen instances when a client machine has had a different (future) date set [due to testing on a local machine for some reason] and when running Delphi code that makes use of the 'Now'/'Date' calls then inputs misleading date stamps in data on the server.
We're looking for ways to determine whether or not all our dates on machines are in line.
Can this be done ?
Thanks in advance
Steve
We have seen instances when a client machine has had a different (future) date set [due to testing on a local machine for some reason] and when running Delphi code that makes use of the 'Now'/'Date' calls then inputs misleading date stamps in data on the server.
We're looking for ways to determine whether or not all our dates on machines are in line.
Can this be done ?
Thanks in advance
Steve