# File lib/dbi/utils/date.rb, line 18
        def to_time
            @original_time || ::Time.local(@year, @month, @day, 0, 0, 0)
        end