
diegocabral484
(usa Arch Linux)
Enviado em 14/01/2013 - 18:38h
Isso também aconcecia comigo, retire o NTP e use somente o UTC que funciona de boa! Faça isso e seu problema será resolvido. (Retirado da Wiki do Arch)
Time zone
Available time zones and subzones can be found in the /usr/share/zoneinfo/<Zone>/<SubZone> directories.
To view the available <Zone>, check the directory /usr/share/zoneinfo/:
# ls /usr/share/zoneinfo/
Similarly, you can check the contents of directories belonging to a <SubZone>:
# ls /usr/share/zoneinfo/Europe
Create a symbolic link /etc/localtime to your zone file /usr/share/zoneinfo/<Zone>/<SubZone> using this command:
# ln -s /usr/share/zoneinfo/<Zone>/<SubZone> /etc/localtime
Example:
# ln -s /usr/share/zoneinfo/Europe/Minsk /etc/localtime
Hardware clock
Set the hardware clock mode uniformly between your operating systems. Otherwise, they may overwrite the hardware clock and cause time shifts.
You can generate /etc/adjtime automatically by using one of the following commands:
UTC (recommended)
Note: Using UTC for the hardware clock does not mean that software will display time in UTC.
# hwclock --systohc --utc