Louis Bertrand writes: > Is there any way of telling either OpenBSD or Winbloat that the hardware > RTC is set to the other OS's preference? Set TIMEZONE and DST in your kernel config file. The values are used to create a struct timezone for the kernel. See /usr/include/sys/time.h for a definition of the values. // marc