Open carlosparamio opened 13 years ago
When tries to assign an ActiveSupport::TimeWithZone to a field, it complains with:
BSON::InvalidDocument: ActiveSupport::TimeWithZone is not currently supported; use a UTC Time instance instead.
Do the conversion automatically when the document is persisted.
+1
+1 Same is affected to me.
When tries to assign an ActiveSupport::TimeWithZone to a field, it complains with:
BSON::InvalidDocument: ActiveSupport::TimeWithZone is not currently supported; use a UTC Time instance instead.
Do the conversion automatically when the document is persisted.