# File lib/dbi/utils/timestamp.rb, line 86
      def to_time
         @original_time || ::Time.local(@year, @month, @day, @hour, @minute, @second)
      end