mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 16:34:30 +01:00
0b7f959433
It appears that sometimes Windows/WinFSP/cgofuse sends dates which are the epoch to rclone. These dates appear as 1601-01-01 00:00:00 plus or minus the timezone. These dates aren't being sent from rclone. This patch filters dates out before 1601-01-02 so rclone does not attempt to set them. See: https://forum.rclone.org/t/bug-corruption-of-modtime-via-vfs-layer/12204 See: https://forum.rclone.org/t/io-error-googleapi-error-403-insufficient-permission-insufficientpermissions/11372 See: https://github.com/billziss-gh/cgofuse/issues/35 |
||
---|---|---|
.. | ||
fs.go | ||
mount_test.go | ||
mount_unsupported.go | ||
mount.go |