code ``` import ( cp "github.com/otiai10/copy" ) opt := cp.Options{PreserveTimes: true} err := cp.Copy("/Volume1/souce", "/Volume1/@usb/dest/", opt, ) ``` File system :exfat32 **Create a new file in /Volume1/souce : touch -t 227506062145 top.txt** **Destination file time**  **Total inconsistency between source and destination times**