Différences entre versions de « Comment modifier la timezone debian »
Jump to navigation
Jump to search
| Ligne 4 : | Ligne 4 : | ||
<pre> | <pre> | ||
| − | root@locahost:/home/ | + | root@locahost:/home/user# timedatectl status |
Local time: mar. 2018-05-15 15:46:15 CEST | Local time: mar. 2018-05-15 15:46:15 CEST | ||
Universal time: mar. 2018-05-15 13:46:15 UTC | Universal time: mar. 2018-05-15 13:46:15 UTC | ||
| Ligne 29 : | Ligne 29 : | ||
[[Fichier:Tzdata_2.JPG|640px]] | [[Fichier:Tzdata_2.JPG|640px]] | ||
| − | Mise a jour via le serveur de temps ikoula | + | ===Mise a jour via le serveur de temps ikoula === |
<pre> ntpdate ntp01.ikoula.com</pre> | <pre> ntpdate ntp01.ikoula.com</pre> | ||
| + | |||
| + | |||
| + | ===Vérification du service timedatectl === | ||
| + | |||
| + | <pre> timedatectl status </pre> | ||
| + | |||
| + | * Résultat : | ||
| + | <pre> | ||
| + | Local time: mar. 2018-05-15 15:56:59 CEST | ||
| + | Universal time: mar. 2018-05-15 13:56:59 UTC | ||
| + | RTC time: mar. 2018-05-15 13:56:59 | ||
| + | Time zone: Europe/Paris (CEST, +0200) | ||
| + | NTP enabled: yes | ||
| + | NTP synchronized: yes | ||
| + | RTC in local TZ: no | ||
| + | DST active: yes | ||
| + | Last DST change: DST began at | ||
| + | dim. 2018-03-25 01:59:59 CET | ||
| + | dim. 2018-03-25 03:00:00 CEST | ||
| + | Next DST change: DST ends (the clock jumps one hour backwards) at | ||
| + | dim. 2018-10-28 02:59:59 CEST | ||
| + | dim. 2018-10-28 02:00:00 CET | ||
| + | </pre> | ||
Version du 15 mai 2018 à 15:02
Modification de la timezone sur debian :
Vérifier la confirmation zone et date
root@locahost:/home/user# timedatectl status
Local time: mar. 2018-05-15 15:46:15 CEST
Universal time: mar. 2018-05-15 13:46:15 UTC
RTC time: mar. 2018-05-15 13:46:16
Time zone: Europe/Paris (CEST, +0200)
NTP enabled: yes
NTP synchronized: yes
RTC in local TZ: no
DST active: yes
Last DST change: DST began at
dim. 2018-03-25 01:59:59 CET
dim. 2018-03-25 03:00:00 CEST
Next DST change: DST ends (the clock jumps one hour backwards) at
dim. 2018-10-28 02:59:59 CEST
dim. 2018-10-28 02:00:00 CET
Reconfigurer le service
dpkg-reconfigure tzdata
- Lieu géographique
- Fuseau horaire :
Mise a jour via le serveur de temps ikoula
ntpdate ntp01.ikoula.com
Vérification du service timedatectl
timedatectl status
- Résultat :
Local time: mar. 2018-05-15 15:56:59 CEST
Universal time: mar. 2018-05-15 13:56:59 UTC
RTC time: mar. 2018-05-15 13:56:59
Time zone: Europe/Paris (CEST, +0200)
NTP enabled: yes
NTP synchronized: yes
RTC in local TZ: no
DST active: yes
Last DST change: DST began at
dim. 2018-03-25 01:59:59 CET
dim. 2018-03-25 03:00:00 CEST
Next DST change: DST ends (the clock jumps one hour backwards) at
dim. 2018-10-28 02:59:59 CEST
dim. 2018-10-28 02:00:00 CET