Values of millisecond lost when using Mongo Driver to read time and Unmarshalling int into time.Time #37293
Labels
FrozenDueToAge
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Version : go 1.13
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.
The text was updated successfully, but these errors were encountered: