Fix qiniu last modify time.

This commit is contained in:
Breeze Chen 2020-12-24 14:37:43 +08:00 committed by GitHub
parent 61e6d9b591
commit f25e1ce2c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,7 +92,7 @@ func (handler Driver) List(ctx context.Context, base string, recursive bool) ([]
RelativePath: filepath.ToSlash(rel),
Size: uint64(object.Fsize),
IsDir: false,
LastModify: time.Now(),
LastModify: time.Unix(object.PutTime/10000000, 0),
})
}