Skip to content

Time preservation invalid: when the time and year of the file is 2275, the time of the destination cannot be modified #93

Description

@Schofi

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
image

Total inconsistency between source and destination times

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions