https://bugzilla.samba.org/show_bug.cgi?id=10336
Wayne Davison <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #1 from Wayne Davison <[email protected]> 2013-12-19 23:05:13 UTC --- rsync always outputs the time in whatever timezone the process is setup in. If your ssh login is different from the daemon, you'll get a different output. You can always change your daemon by tweaking its environment when it is started (e.g. set TZ), and you can affect a remote-shell run rsync via an --rsync-path option (e.g. have it set TZ before running rsync). Rsync doesn't have a way to export a TZ setting from the client to the server, and I don't plan to add one. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
