Computer Tips - The timezone of the time in my rsync daemon log is wrong.

Date: 2013aug20 Product: rsync Q. The timezone of the time in my rsync daemon log is wrong. How can I correct this? A. I fixed it by setting the $TZ environment variable before invoking "rsync --daemon" as follows:
export TZ=`date +%Z`