DarkMatter in Cyberspace
  • Home
  • Categories
  • Tags
  • Archives

Set Time Synchronization on ArchLinux


Find out if current system time and time zone services status: timedatectl status. If your "Time zone" is correct (Hongkong, in my case), and the "NTP enabled" is "no", then you should open time synchronization service.

Run the following commands as root to set correct timezne and sync time with Internet.

# ln -s /usr/share/zoneinfo/Hongkong /etc/localtime
# hwclock --systohc --utc
# systemctl enable systemd-timesyncd.service
# systemctl start systemd-timesyncd.service 

Ref: Time - ArchWiki



Published

Sep 20, 2014

Last Updated

Sep 20, 2014

Category

Tech

Tags

  • archlinux 20
  • synchronization 1
  • time 7

Contact

  • Powered by Pelican. Theme: Elegant by Talha Mansoor