# File lib/date.rb, line 702 def self.today(sg=ITALY) jd = civil_to_jd(*(Time.now.to_a[3..5].reverse << sg)) new0(jd_to_ajd(jd, 0, 0), 0, sg) end