FWIW, these are also the same nodes which have been triggering the incorrect time warnings.
We should have fixed the time nonsense in bitcoin long ago.
Despite the imperfections of NTP, there is no excuse for a p2p network (which runs on the same internet as NTP) to fudge the clock. If I have a good NTP lock, and I connect to a node with a different time, that node is wrong and should be kicked immediately. If I don't have a good NTP lock and I connect to a node which does, that node should kick me.
I don't know that making whatever this is fix their clocks will cure anything, but it can't hurt, and we should have done it long ago.
Emphasis on
ifUnfortunately we can't just ship bitcoind out of the box with NTP support, because then whatever NTP servers we use - even if we use a whole bunch - suddenly become a central point of control of the whole Bitcoin network. This is made even worse by how NTP isn't authenticated.
Maybe we could get away with abusing https and timestamping servers based on the logic they won't want to be proven to be lying, especially the latter, but ultimately we really just want users to set their damn clocks right.
It's ugly and there's no good solution to the problem unfortunately. Satoshi should have picked something more like a six or twelve hour window, rather than two, but widening that window now is a hard-fork even to SPV clients.
Why would we need to include NTP? Is there some OS out there with network support that can run a bitcoin node, but not NTP?
No one should be doing serious work on the internet without a solid clock, and money is about as serious as serious gets.
After a while, this really degenerates into the SSL debate. SSL sucks. Why does everyone use it? Because everything else is worse. NTP sucks. Why does everyone use it? Because everything else (including bitcoind's crappy pseudo-NTP) is worse.
We were smart enough to avoid creating our own PKI in favor of the existing system that is good enough. Why aren't we smart enough to avoid creating our own clock synchronization system?
P.S. pool.ntp.org. The Air Force could probably mess with it if they were willing to crash some planes, but I doubt that anyone else could do much damage. I know we have some timekeeping enthusiasts around. Is the NTP pool more vulnerable than I'm aware of?
Edit 2013-10-28 19:32: removed an extra "a"