class ActiveSupport::TimeZone

def today

Returns the current date in this time zone.
def today
  tzinfo.now.to_date
end