[Bug 2607] Rsync logging time incorrectly

bugzilla-daemon at dp3.samba.org bugzilla-daemon at dp3.samba.org
Wed Nov 23 21:09:12 GMT 2005


https://bugzilla.samba.org/show_bug.cgi?id=2607





------- Comment #7 from euclid80 at users.sf.net  2005-11-23 14:09 MST -------
(In reply to comment #6)

The problem is that glibc's implementation (2.3.5) of strftime() calls tzset(),
which attempts to reload the timezone information.  If the environment variable
TZ has not been set, and the timezone file has not been copied into the chroot
jail, then the first attempt to use strftime() causes the timezone to revert to
UTC for all future time accesses in the child process.  If one adjusts the
config.h so that strftime is not used, the problem disappears.


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the rsync mailing list