17.3 Daylight Saving Time

For a dual boot computer the hardware clock is often set to local time rather than universal time. If the hardware clock is local time (the HWCLOCK setting is --localtime' rather than-u’) GNU/Linux will not adjust the time for daylight saving time, assuming that the other operating system in the dual boot setup takes care of the daylight saving switch.

One approach to ``fix’’ this is:

$ sudo stop ntp
$ sudo date -s 06:10:00
$ sudo start ntp

Or perhaps it is as simple as:

$ wajig reconfigure tzdata

The timezone setting is recorded in /etc/default/rcS and the timezone information including times to change to/from daylight saving time is available:

zdump -v /usr/share/zoneinfo/Australia/Canberra | grep 2009

Further details is available from http://www.novell.com/support/viewContent.do?externalId=3655154&sliceId=1.



Your donation will support ongoing availability and give you access to the PDF version of this book. Desktop Survival Guides include Data Science, GNU/Linux, and MLHub. Books available on Amazon include Data Mining with Rattle and Essentials of Data Science. Popular open source software includes rattle, wajig, and mlhub. Hosted by Togaware, a pioneer of free and open source software since 1984. Copyright © 1995-2022 Graham.Williams@togaware.com Creative Commons Attribution-ShareAlike 4.0