# File lib/active_support/core_ext/time/calculations.rb, line 44
    def current
      ::Time.zone ? ::Time.zone.now : ::Time.now
    end