[gunsynd.155] $ ls -lad /etc/localtime /usr/share/zoneinfo/Australia/NSW
-r--r--r-- 1 root wheel 2190 Jul 29 14:57 /etc/localtime
-r--r--r-- 1 root wheel 2190 Apr 7 2023 /usr/share/zoneinfo/Australia/NSW
[gunsynd.156] $ cmp /etc/localtime /usr/share/zoneinfo/Australia/NSW && echo SAME <
SAME
[gunsynd.159] $ grep ntp /etc/rc.conf
ntpd_enable="YES"
ntpd_sync_on_start="YES"
[gunsynd.160] $ grep tinker /etc/ntp.conf
tinker panic 0 # VirtualMachine
It works, thx! <3The command you are looking for is tzsetup(8). As mer indicates it asks you for the bios time setting. As far as I remember Windows tends to set the time to local time. On other systems it is good practice to use UTC for the bios time setting and let the system add the correct offset.