Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: how sync bios time with xfce time? (Read 1316 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

[SOLVED] sync bios time with xfce time?

Reply #30
SOLUTION
chrony
+
Code: [Select]
cp /usr/share/zoneinfo/Europe/Kiyv /etc/localtime
Here, /etc/localtime is a link that points to /usr/share/zoneinfo/Europe/Paris :
Code: [Select]
ls -al | grep localtime
lrwxrwxrwx   1 root root     32  7 juin   2020 localtime -> /usr/share/zoneinfo/Europe/Paris