You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data stored in created_at is actually {"v"=>1469128796000} and the value 1469128796000 is stored as int64 type, not mongo's Date type.
Does anybody has same issue or a suggestion to fix it?
Thanks
The text was updated successfully, but these errors were encountered:
It seems there is a issue inserting
Date
type.For instance, I have a code to create new user with
created_at
field.Data stored in
created_at
is actually{"v"=>1469128796000}
and the value1469128796000
is stored asint64
type, not mongo'sDate
type.Does anybody has same issue or a suggestion to fix it?
Thanks
The text was updated successfully, but these errors were encountered: