when i type anything into chromium i get a clock error:
your clock is behind
a private connection to www.google.com can't be established because your computer's date and time (Wednesday, December 14 2022 at 3:28:49) are incorrect.
i tried running hwclock --systohc in a terminal it shows me this error:
cannot access the hardware clock via any known method
use the --verbose option to see the details of our search
with --verbose it gives me this:
trying to open: dev/rtc0
trying to open: dec/rtc
trying to open: dev/misc/rtc
no usable clock interface found.
i tried changing time via timedatectl set-time "yyyy-MM-dd hh:mm:ss" it gives me this error:
failed to set time: automatic time synchronization is enabled
i tried using timedatectl set timezone and it did nothing.
any ideas?