Class | Time |
In: |
date.rb
|
Parent: | Object |
# File date.rb, line 1266 def to_date jd = Date.civil_to_jd(year, mon, mday, Date::ITALY) Date.new0(Date.jd_to_ajd(jd, 0, 0), 0, Date::ITALY) end