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