|
From: Thorsten O. <ad...@th...> - 2018-07-29 14:14:07
|
On Sonntag, 29. Juli 2018 14:34:09 CEST Peter Slegg wrote: > I had assumed Mint took care of the > time change. Mint does not use the TZ environment variable, nor does mintlib. It only uses information from the timezone database. But Thing does not use mintlib, and the simple implementaton in Pure-C's libraries only uses a single timezone offset, which is can be initialized using the TZ variable. But remember that this is an ancient way of such handling. The TZ environment variable is only valid for the current local time, it does not work for arbitrary file system dates. >rsync doesn't recognise the time changes either. It always copies files >because it thinks there is a 1hr difference in the filestamp. That seems to be another issue then. rsync should use mintlib. |