# File lib/ole/types/base.rb, line 111
      def self.from_time time
        new(*time.to_a[0, 6].reverse)
      end