I'm working on a project where I need to keep server times in sync, to the millisecond.
There are servers in the UK, US and Asia amongst other countries, and at the moment someone is manually having to sync the times to ensure they all match, which is difficult and doesn't always get the ms to match exactly.
There are also code fixes in place to accommodate the differences in times across all our servers.
Is there a better way to do this?
We are using a Windows stack currently.