I'm using a Raspberry 1B and I have reset the timezone with
sudo dpkg-reconfigure tzdata
I want to use Europe/Paris. It say it works correctly, the time is said to be CEST but it is totally wrong I should have 18:44 (or 6:44pm but I wish to have 18:44) but I have 3:24 right now...
I have tried to change the NTP server but it does nothing. What should I check and do?
Here is my /etc/network/interfaces :
auto lo
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
iface wlan0 inet dhcp
wireless-essid myssid
wireless-mode managed
I have tried with Wi-fi and with Ethernet on boot.
sudo service ntpd restart
). It is one of those pieces of software who's designers I'd like to throttle for general unfriendliness. – goldilocks Jun 18 '15 at 18:26But,
$ sudo service ntp restart [ ok ] Stopping NTP server: ntpd. [ ok ] Starting NTP server: ntpd.
But, this does not fix anything.
– Julien Kosinski Jun 22 '15 at 11:34