class ActiveSupport::TimeZone
def now
Time.zone = 'Hawaii' # => "Hawaii"
time in the time zone represented by +self+.
Returns an ActiveSupport::TimeWithZone instance representing the current
def now time_now.utc.in_time_zone(self) end
def now time_now.utc.in_time_zone(self) end