Changer le /etc/timezone

export TZ=..., cp ... /etc/timezone ou tzconfig ou dpkg-reconfigure tzdata

Changer la date/temps

date +%T -s "hh:mm:ss"

Pour une machine virtuelle sous Xen: echo 1 > /proc/sys/xen/independent_wallclock. Source

NTP

client ntp:

apt-get install ntpdate
ntpdate time.nrc.ca

/etc/ntp.conf : server time.nrc.ca prefer

Autre serveur: ca.pool.ntp.org

Voir aussi: north-america pool ntp

iweb: ntp.privatedns.com

Ajouter les heures dans Gnome Shell

$ gsettings list-keys org.gnome.shell.clock

show-date
show-seconds

$ gsettings set org.gnome.shell.clock show-date true

# autres:
$ gsettings set org.gnome.shell.calendar show-weekdate true

Source: Howto Show Date in Gnome 3