diff --git a/backend/local/local_internal_test.go b/backend/local/local_internal_test.go index b54cb3fae..2fd4fcaac 100644 --- a/backend/local/local_internal_test.go +++ b/backend/local/local_internal_test.go @@ -334,7 +334,7 @@ func TestMetadata(t *testing.T) { func testMetadata(t *testing.T, r *fstest.Run, o *Object, when time.Time) { ctx := context.Background() - whenRFC := when.Format(time.RFC3339Nano) + whenRFC := when.Local().Format(time.RFC3339Nano) const dayLength = len("2001-01-01") f := r.Flocal.(*Fs)