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





------- Comment #7 from [EMAIL PROTECTED]  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.
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to