pleasure!
btw: if you add this to your /etc/rc.conf
ntpdate_enable="YES"
xntpd_enable="YES"
and also add this file /etc/ntp.conf with the following contents:
server our.public-ntp.server
driftfile /var/db/ntp.drift
-> get some public ntp servers here:
http://www.eecis.udel.edu/~mills/ntp/servers.html
... if you do all the above, your server will sync after the next reboot ...