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