# File lib/active_support/values/time_zone.rb, line 252
  def now
    Time.now.utc.in_time_zone(self)
  end