yajsync icon indicating copy to clipboard operation
yajsync copied to clipboard

--times does not support setting file mtime to sub second resolution

Open perlundq opened this issue 10 years ago • 1 comments

$ touch test
$ yajsync --times test test.copy
$ stat -c %y test test.copy
2015-02-11 21:21:25.763309822 +0100
2015-02-11 21:21:25.000000000 +0100

perlundq avatar Feb 11 '15 20:02 perlundq

Known issue, setting file time to sub second is currently not support in the Java API.

perlundq avatar Feb 11 '15 20:02 perlundq