Comment 10 for bug 1377258

Revision history for this message
Martin Pitt (pitti) wrote :

Some note keeping for myself, please ignore.

Reproducer in VM:
sudo apt-get install -y systemd-sysv
sudo dpkg -P ntpdate
sudo sed -i '/^UTC/ s/yes/no/' /etc/default/rcS
sudo reboot

then after login again, timedatectl shows
      Local time: Fri 2014-11-07 17:37:15 CET
  Universal time: Fri 2014-11-07 16:37:15 UTC
        RTC time: Fri 2014-11-07 16:37:15
       Time zone: Europe/Berlin (CET, +0100)
    RTC in local TZ: no

which shows the bug. Last line should be "yes" and the local time an hour earlier.