Hi all,
I am trying to save a DateTime in the database (oracle).
The field is “datetime” and the ruby object I am trying to save a
DateTime.
But once I save the object in the database, it’s only saving the date
(day, month and year) but drop the time (hh:mm).
Did I miss something ?