# File lib/date.rb, line 496 def self.jd(jd=0, sg=ITALY) jd = valid_jd?(jd, sg) new0(jd_to_ajd(jd, 0, 0), 0, sg) end