# File lib/dm-types/epoch_time.rb, line 21
      def dump(value)
        case value
          when ::Integer, ::Time then value.to_i
          when ::DateTime        then value.to_time.to_i
        end
      end