When dual booting linux and windows, make sure the motherboard clock is set to "local", or at least that both agree on the format. In gentoo you set it in /etc/conf.d/clock
, variable CLOCK="local"
.
On fedora I don't know where you do it.
Probably you should set UTC=false
in /etc/sysconfig/clock
.