There is a test in bson/bson_test.go called
TestTimeRoundTrip on line 111, this test passes just because the time value is set to the default zero value, adding anything else will result in the error: "reflect.Set: value of type int64 is not assignable to type time.Time"