Hello, At present I am running a small python script that tails /var/log/messages and looks for '/bsd: VMware guest resuming from suspended state', executes 'doas rcctl restart ntpd' (with 'ntpd_flags="-s" in /etc/rc.conf.local') so that the guest's clock gets brought forward.
Are there other (better!) ways of doing this? Kind regards, Tor Houghton

