From ccd03e50c8cb90f02c97d0142cc3d9ca93f6ae93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Schw=C3=B6rer?= Date: Fri, 5 May 2023 18:17:15 +0200 Subject: [PATCH] v0.0.114 --- rfctime/rfc3339Nano.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rfctime/rfc3339Nano.go b/rfctime/rfc3339Nano.go index 8868dc8..f8df4c7 100644 --- a/rfctime/rfc3339Nano.go +++ b/rfctime/rfc3339Nano.go @@ -115,6 +115,8 @@ func (t RFC3339NanoTime) DecodeValue(dc bsoncodec.DecodeContext, vr bsonrw.Value return err } + val.Set(reflect.ValueOf(t)) + return nil }