AFAIK, FreeBSD prefers the hardware (CMOS) clock to be set to UTC, but it is possible to select that it is set to local time during the installation.
That is what I did, as I am dual booting (actually, triple) FreeBSD with Windows 10 (and Void Linux). Now the time displayed is incorrect in FreeBSD.
What is the proper way to adjust it? Shouldn't this
crontab entry take care of this every half hour? My timezone has been set to CET, correctly (I live in Hungary).
That is what I did, as I am dual booting (actually, triple) FreeBSD with Windows 10 (and Void Linux). Now the time displayed is incorrect in FreeBSD.
What is the proper way to adjust it? Shouldn't this
Code:
# Adjust the time zone if the CMOS clock keeps local time, as opposed to
# UTC time. See adjkerntz(8) for details.
1,31 0-5 * * * root adjkerntz -a
crontab entry take care of this every half hour? My timezone has been set to CET, correctly (I live in Hungary).