Many times I have tried fixing the clock in Slackware and for some reason timeconfig didn't work for me at all.
I found a way to fix the clock and it works every time the clock is wrong.
Open the terminal as root and run these commands one at a time.
date -s "12:00:00"
ntpdate time.nist.gov
Finally to make the new set right time permanent also for the BIOS battery clock issue
hwclock --systohc
Most of the time I don't have to run "hwclock --systohc" because it fixes it'self after running ntpdate time.nist.gov.
I found a way to fix the clock and it works every time the clock is wrong.
Open the terminal as root and run these commands one at a time.
date -s "12:00:00"
ntpdate time.nist.gov
Finally to make the new set right time permanent also for the BIOS battery clock issue
hwclock --systohc
Most of the time I don't have to run "hwclock --systohc" because it fixes it'self after running ntpdate time.nist.gov.