-
Type: Bug
-
Resolution: Works as Designed
-
Priority: Major - P3
-
None
-
Affects Version/s: 1.2.1
-
Component/s: BSON, JSON & ExtJSON
-
None
-
Environment:go version go1.13.3 windows/amd64
Version : go version go1.13.3 windows/amd64
Mongo Driver Version : go.mongodb.org/mongo-driver v1.2.1
I'm fetching the Date stored in MongoDB. The value stored in DB is
reservedDate: 2020-02-19T07:11:23.890+00:00
After Unmarshalling the response into time.Time field the value becomes
"reservedDate": "2020-02-19T07:11:23.89Z"
890 MilliSecond become 89, similarlly 100 becomes 1. The trailing Zeros are getting truncated.
- is duplicated by
-
GODRIVER-1597 Issues with Time unmarshalling
- Closed