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 everytime the clock is wrong.-:)
Open the terminal as root and run these commands one at a time.
Finally to make the new set right time permanent also for the BIOS battery clock issue:
Cheers,
Ztcoracat
I found a way to fix the clock and it works everytime the clock is wrong.-:)
Open the terminal as root and run these commands one at a time.
Code:
# date -s "12:00:00"
Code:
ntpdate time.nist.gov
Code:
# hwclock --systohc
Ztcoracat