# File lib/marjoree/odbc.rb, line 23
    def self.from_time(time)
      return ODBC::TimeStamp.new(time.strftime('%Y-%m-%d %H:%M:%S.000'))
    end