This commit is contained in:
2023-05-05 18:17:15 +02:00
parent 1c77c2b8e8
commit ccd03e50c8

View File

@@ -115,6 +115,8 @@ func (t RFC3339NanoTime) DecodeValue(dc bsoncodec.DecodeContext, vr bsonrw.Value
return err
}
val.Set(reflect.ValueOf(t))
return nil
}