Make lsl output times in localtime and fix tests - fixes #141
This commit is contained in:
parent
e9c915e6fe
commit
5f20ae707d
2 changed files with 3 additions and 2 deletions
|
@ -651,7 +651,7 @@ func ListLong(f Fs, w io.Writer) error {
|
|||
Stats.Checking(o)
|
||||
modTime := o.ModTime()
|
||||
Stats.DoneChecking(o)
|
||||
syncFprintf(w, "%9d %s %s\n", o.Size(), modTime.Format("2006-01-02 15:04:05.000000000"), o.Remote())
|
||||
syncFprintf(w, "%9d %s %s\n", o.Size(), modTime.Local().Format("2006-01-02 15:04:05.000000000"), o.Remote())
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue