The *bson.Value type's DateTime method currently returns a time.Time instance. The Element constructor takes an int64 for it's DateTime method and has a Time method to build a DateTime element with a time.Time instance.
Update the *bson.Value type to have the DateTime method return an int64 and add a Time method that returns a time.Time instance.
- is related to
-
GODRIVER-494 BSON Codec Redesign
- Development Complete