mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 09:08:51 -05:00
The default QEMU config is to have the RTC in UTC. However, if run with
-rtc base=localtime (and wall_cmos_clock is set to match), the driver
fails to account for adjkerntz due to the use of CLOCKF_SETTIME_NO_ADJ.
Copy the same code used by other CLOCKF_SETTIME_NO_ADJ-using drivers
to fix this, namely manually subtracting utc_offset().
Fixes:
|
||
|---|---|---|
| .. | ||
| goldfish_rtc.c | ||