I'm using the following: - datetime_class is Time - ruby 2.1.1 - Sequel 4.10.0
When inserting a time, the micro seconds part is not taken into account: DB[:log].insert(:timestamp => Time.at(1234,5678)) I've got: 1970-01-01 01:20:34.000000 Any idea? Thanks -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
