> Is there actually something like hwclock (to directly set, read the HW > clock) in Plan 9?
rtc(3)
The cpurc script sets the hardware clock after starting timesync:
awk '{print $1}' /dev/time >'#r/rtc' # fix hw clock
> Is there actually something like hwclock (to directly set, read the HW > clock) in Plan 9?
rtc(3)
The cpurc script sets the hardware clock after starting timesync:
awk '{print $1}' /dev/time >'#r/rtc' # fix hw clock