https://bugzilla.novell.com/show_bug.cgi?id=753932 https://bugzilla.novell.com/show_bug.cgi?id=753932#c15 --- Comment #15 from Dr. Werner Fink <werner@suse.com> 2012-07-13 11:55:57 UTC --- If you're really use localtime in CMOS then you should check the file /etc/localtime if it is valid for your time zone: for z in $(find /usr/share/zoneinfo/ -type f) ; do if cmp /etc/localtime $z &> /dev/null ; then echo $z break fi done Please note that your CMOS clock if in localtime has to have the correct DST time. That is if the Daylight Saving Time is ON you should have corrected the CMOS clock *before* you boot the system up. The same is true if the Daylight Saving Time is OFF you should have corrected the CMOS clock *before* you boot the system comes up. This because the CMOS clock does not know about Daylight Saving Time (DST). You should aware that the clock should be corrected *before* the file systems are checked and mounted to have valid time stamps in use. If you do not want switch the CMOS clock twice a year you should use UTC, the Universal Time Coordinated reference. Then all goes automatically. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.