I was wondering if there is any API/way/site/link that provides the correct time?
Not the servers datetime or the clients datetime. I'm using datetime to count down on my gaming site for when it is the user's time to make a play. Users come from all over the world, so using their client time would not match if it's from the US to Europe.
Then normally I would use the servers time, but somehow it skips 1.2 hours sometimes? I would like to make sure that everbody makes a timestamp from the same source and that source is always correct!
Any ideas?