mirror of https://github.com/cloudreve/Cloudreve
Fix qiniu last modify time. (#691)
parent
f35ad3fe0a
commit
488e62f762
|
@ -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),
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue