Maybe we are to each other is not understood correctly? I'll try write here example of my case:
Steps:
- open SCP connection to any server (in my case my local timezone = +2h, remote server has timezone = 0h)
- create new directory
test on local disk
- create new directory
test2 on remote server
- copy local
test to remote server
Expected: on remote server in "Changed"-column time of my dirs/files same as on local disk (for example 19:00).
Actual: on local disk I see time with my timezone (for example 19:00), but on remote server I see time with server timezone (for example 17:00). In result I can't use synchronize files by time.
Current solution: I can setup Enviroment / Server enviroment / Time zone offser = +2h
Questions:
- not very logical setup time zone offset for "_Server_ enviroment" = +2h, when server has TZ = 0, but _local_ timezone = +2h.
- is it possible to add option automatically detect difference and use it without manually setup it for each server?
Thank you.