Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

New way

Code Block
timedatectl list-timezones |grep Kiev
timedatectl set-timezone Europe/Kiev
timedatectl status

Old way

Code Block
sudo ln -s -f /usr/share/zoneinfo/Europe/Kiev  /etc/localtime
#service ntpd stop
ntpdate 1.ua.pool.ntp.org
#service ntpd start

Interactive

Code Block
tzselect