Correct time on VDR
February 9th, 2008
Within the last weeks two friends built their own VDR system and installed ct’ VDR 6.1 on it. I helped them a bit configuring their remote control with lirc but all in all it was a quite smooth installation.
One thing that I had to do on both systems was to correct the time, on both installations it was set an hour to late. This was because the system configuration said that the time is UTC. I do not know if it is
possible to change this in the installation process but here is what I did:
- Edit the file
/etc/default/rcSand changeutc=yestoutc=no - Check
/etc/timezoneif correct timezone is configured - Run
date -s "2008-02-09 10:15:00"to set the current time - Write the corrected system time to the underlying hardware clock by calling
hwclock --systohc - Reboot
- Install the ntp daemon with
apt-get install ntpso that time gets synced from now on




