Setting timezone in CentOS

Table of Content

Якщо сервер знаходиться десь в Європі, то напевно timezone буде не EEST (Київ).
Змінити timezone просто:

[root@mx ~]# date
Wed May 13 23:10:23 PDT 2009
[root@mx ~]# rm -rf /etc/localtime
[root@mx ~]# ln -s /usr/share/zoneinfo/Europe/Kiev /etc/localtime
[root@mx ~]# date
Thu May 14 10:13:03 MSD 2009

Синхронізувати час:

[root@mx ~]# systemctl enable ntpd.service
[root@mx ~]# ntpdate 3.ua.pool.ntp.org
[root@mx ~]# systemctl start ntpd

Leave a Reply

Your email address will not be published. Required fields are marked *