class ActiveSupport::TimeZone

def tomorrow

Returns the next date in this time zone.
def tomorrow
  today + 1
end