
And I thought I was the only one....
I noticed the same issue on an 7.4 server with Dutch webinterface (no vm) that I installed just last Saturday.
I don't quite remember if I had set it up initially on ntp sync or manual date/time set, but whatever I try to change from one to the other on the server-manager page it just doesn't work like it is supposed to do.
I even tried doing "/etc/init.d/ntpd stop" but reviewing the output of "ps aux" still shows ntp processes ([ntpd -n -l /dev/stdout] and [runsv ntpd]) although the time is synchronized correctly. Anyhow, this is what happened when I executed the date command after the stop command:
[root@ngtynnym ~]# date
Tue Dec 9 14:40:58 CET 2008
[root@ngtynnym ~]# date
Tue Dec 9 14:40:58 CET 2008
[root@ngtynnym ~]# date
Tue Dec 9 14:40:59 CET 2008
[root@ngtynnym ~]# date
Tue Dec 9 14:41:00 CET 2008
[root@ngtynnym ~]# date
Tue Dec 9 14:40:56 CET 2008
[root@ngtynnym ~]# date
Tue Dec 9 14:40:57 CET 2008
[root@ngtynnym ~]# date
Tue Dec 9 14:40:58 CET 2008
[root@ngtynnym ~]# date
Tue Dec 9 14:40:59 CET 2008
[root@ngtynnym ~]# date
Tue Dec 9 14:41:00 CET 2008
[root@ngtynnym ~]# date
Tue Dec 9 14:40:57 CET 2008
Before the stop command the time was around 7:50am.
Could a workaround be to stop the ntpd process continously so it (apparently) restarts and syncs to the right time?
@larieu: have you already submitted a bug report? I hope this issue is solved soon.