now()
Compute and return the current time, in the time zone represented by self.
# File activesupport/lib/active_support/values/time_zone.rb, line 37 def now adjust(Time.now) end