mirror of
https://github.com/rclone/rclone.git
synced 2026-06-29 02:15:02 -04:00
When a SETSTAT request set the access and modification times, the handler passed the modification time for both, discarding the requested access time. Pass the requested access time through instead. The VFS currently ignores the atime, but it might use it one day.