def to_time() getlocal end
# File date.rb, line 1595 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
<code/>
<pre/>
<code/>and<pre/>for code samples.