# File lib/delorean.rb, line 66 def today(sg=Date::ITALY) t = Time.now Date.civil(t.year, t.mon, t.mday) end