bugzilla-daemon@dp3.samba.org
2005-Nov-23 21:09 UTC
[Bug 2607] Rsync logging time incorrectly
https://bugzilla.samba.org/show_bug.cgi?id=2607 ------- Comment #7 from euclid80@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.