[Bug 10336] Time in file listing with --list-only option is inconsistent whether dst is given or not

samba-bugs at samba.org samba-bugs at samba.org
Thu Dec 19 16:05:13 MST 2013


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

Wayne Davison <wayned at samba.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #1 from Wayne Davison <wayned at samba.org> 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.


More information about the rsync mailing list