[Bug 5414] New: [hwclock] reads "timezone" without calling tzset()

bugzilla at busybox.net bugzilla at busybox.net
Mon Jul 30 18:30:49 UTC 2012


https://bugs.busybox.net/show_bug.cgi?id=5414

           Summary: [hwclock] reads "timezone" without calling tzset()
           Product: Busybox
           Version: 1.19.x
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
        AssignedTo: unassigned at busybox.net
        ReportedBy: david.barksdale at adcedosolutions.com
                CC: busybox-cvs at busybox.net
   Estimated Hours: 0.0


Created attachment 4460
  --> https://bugs.busybox.net/attachment.cgi?id=4460
proposed fix

When using hwclock to set the system time, it always sets the kernel's
tz_minuteswest to 0. It calculates tz_minuteswest from the libc globals
"timezone" and "daylight" which are 0 before being set by a call to tzset().

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list