= private = protected
to_date()
def to_time() getlocal end
# File lib/date.rb, line 1639 def to_date jd = Date.civil_to_jd(year, mon, mday, Date::ITALY) Date.new!(Date.jd_to_ajd(jd, 0, 0), 0, Date::ITALY) end