Re: How to set the time?
Reply #2 –
ls -R /usr/share/zoneinfo
(Choose your timezone, there are lots of choices for some places, find a large size file which probably has more detail is my guess)
ln -sf /usr/share/zoneinfo/(somecountry) /etc/localtime
ls -l /etc/localtime
(check you have set it right)
Now go into the BIOS menu on your PC and set the time to Greenwich Mean Time / Universal Time which is London UK winter time, not summer time. Leave it like that, don't change it for daylight saving time or anything. It should all work automatically then, unless you are dual booting another OS, as that may set the system clock to local time. (The time won't be automatically corrected though unless you set up ntpd as suggested above, but you can fix it in BIOS if it eventually drifts a bit.)
Most likely there are GUI apps that would help too, perhaps some other Artix users can recommend these.
The only one I've tried (and it worked) is Aaditya's timeset-gui, this was available as a package in Manjaro OpenRC and was included on the OpenRC XFCE iso, but in Artix it has to be installed from the AUR:
https://aur.archlinux.org/packages/timeset-gui/